| Index: net/http/http_server_properties_manager.cc
|
| diff --git a/net/http/http_server_properties_manager.cc b/net/http/http_server_properties_manager.cc
|
| index 6f1b8a6a0b5f739df463561c7f90db345a46431d..0c4d2fe274499cb5020907b4e3cbe6742def1c90 100644
|
| --- a/net/http/http_server_properties_manager.cc
|
| +++ b/net/http/http_server_properties_manager.cc
|
| @@ -100,7 +100,7 @@ void HttpServerPropertiesManager::InitializeOnNetworkThread() {
|
| http_server_properties_impl_.reset(new HttpServerPropertiesImpl());
|
|
|
| network_prefs_update_timer_.reset(new base::OneShotTimer);
|
| -
|
| + network_prefs_update_timer_->SetTaskRunner(network_task_runner_);
|
| pref_task_runner_->PostTask(
|
| FROM_HERE,
|
| base::Bind(&HttpServerPropertiesManager::UpdateCacheFromPrefsOnPrefThread,
|
|
|