| Index: chrome/browser/profiles/profile_impl.cc
|
| diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/profile_impl.cc
|
| index a550e5e8eb1db6bd6fb9609b75b4e53ecef26555..5933687f1a616863e989512012305d436d53cb9c 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
|
|
|