diff options
Diffstat (limited to 'chrome/browser/profiles/profile_impl.cc')
-rw-r--r-- | chrome/browser/profiles/profile_impl.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/profile_impl.cc index a550e5e..5933687 100644 --- a/chrome/browser/profiles/profile_impl.cc +++ b/chrome/browser/profiles/profile_impl.cc @@ -346,7 +346,7 @@ void ProfileImpl::DoFinalInit(bool is_new_profile) { PrefService* local_state = g_browser_process->local_state(); ssl_config_service_manager_.reset( - SSLConfigServiceManager::CreateDefaultManager(local_state)); + SSLConfigServiceManager::CreateDefaultManager(local_state, prefs)); // Initialize the BackgroundModeManager - this has to be done here before // InitExtensions() is called because it relies on receiving notifications |