diff options
Diffstat (limited to 'chrome/browser/io_thread.cc')
-rw-r--r-- | chrome/browser/io_thread.cc | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/chrome/browser/io_thread.cc b/chrome/browser/io_thread.cc index 1c0edfb4..33bf95b 100644 --- a/chrome/browser/io_thread.cc +++ b/chrome/browser/io_thread.cc @@ -377,14 +377,6 @@ IOThread::IOThread( #if !defined(OS_IOS) && !defined(OS_ANDROID) net::ProxyResolverV8::RememberDefaultIsolate(); #endif - // We call RegisterPrefs() here (instead of inside browser_prefs.cc) to make - // sure that everything is initialized in the right order. - // - // TODO(joi): See if we can fix so it does get registered from - // browser_prefs::RegisterLocalState. - PrefRegistrySimple* registry = static_cast<PrefRegistrySimple*>( - local_state->DeprecatedGetPrefRegistry()); - RegisterPrefs(registry); auth_schemes_ = local_state->GetString(prefs::kAuthSchemes); negotiate_disable_cname_lookup_ = local_state->GetBoolean( prefs::kDisableAuthNegotiateCnameLookup); |