| Index: chrome/browser/io_thread.cc
|
| diff --git a/chrome/browser/io_thread.cc b/chrome/browser/io_thread.cc
|
| index e2c61d1d4fe77bf169e5c843bbf4ec92d7dd87d2..83b4ddb4b25c9548cfdffd03a1beb09765e2d70b 100644
|
| --- a/chrome/browser/io_thread.cc
|
| +++ b/chrome/browser/io_thread.cc
|
| @@ -356,8 +356,10 @@ IOThread::IOThread(
|
| gssapi_library_name_ = local_state->GetString(prefs::kGSSAPILibraryName);
|
| pref_proxy_config_tracker_.reset(
|
| ProxyServiceFactory::CreatePrefProxyConfigTracker(local_state));
|
| - ChromeNetworkDelegate::InitializeReferrersEnabled(&system_enable_referrers_,
|
| - local_state);
|
| + ChromeNetworkDelegate::InitializePrefsOnUIThread(
|
| + &system_enable_referrers_,
|
| + NULL,
|
| + local_state);
|
| ssl_config_service_manager_.reset(
|
| SSLConfigServiceManager::CreateDefaultManager(local_state, NULL));
|
|
|
| @@ -431,6 +433,7 @@ void IOThread::Init() {
|
| NULL,
|
| NULL,
|
| &system_enable_referrers_,
|
| + NULL,
|
| NULL);
|
| if (command_line.HasSwitch(switches::kDisableExtensionsHttpThrottling))
|
| network_delegate->NeverThrottleRequests();
|
|
|