mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 22:32:46 +00:00
Bug 850637 - Make nsIOService properly pick-up user-specified network.buffer.cache.* preferences. r=honzab
This commit is contained in:
parent
898385c758
commit
2648b6a9ce
@ -192,6 +192,8 @@ nsIOService::Init()
|
||||
prefBranch->AddObserver(PORT_PREF_PREFIX, this, true);
|
||||
prefBranch->AddObserver(AUTODIAL_PREF, this, true);
|
||||
prefBranch->AddObserver(MANAGE_OFFLINE_STATUS_PREF, this, true);
|
||||
prefBranch->AddObserver(NECKO_BUFFER_CACHE_COUNT_PREF, this, true);
|
||||
prefBranch->AddObserver(NECKO_BUFFER_CACHE_SIZE_PREF, this, true);
|
||||
PrefsChanged(prefBranch);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user