Index: chrome/browser/prefs/browser_prefs.cc |
diff --git a/chrome/browser/prefs/browser_prefs.cc b/chrome/browser/prefs/browser_prefs.cc |
index fbaa81c85acc63e73c77fe5cd587135dc86e1e09..c163edd992833c216e0d306be17b6678cf691eec 100644 |
--- a/chrome/browser/prefs/browser_prefs.cc |
+++ b/chrome/browser/prefs/browser_prefs.cc |
@@ -30,6 +30,7 @@ |
#include "chrome/browser/net/net_pref_observer.h" |
#include "chrome/browser/net/predictor_api.h" |
#include "chrome/browser/net/pref_proxy_config_service.h" |
+#include "chrome/browser/net/ssl_config_service_manager.h" |
#include "chrome/browser/notifications/desktop_notification_service.h" |
#include "chrome/browser/notifications/notification_ui_manager.h" |
#include "chrome/browser/page_info_model.h" |
@@ -113,6 +114,7 @@ void RegisterLocalState(PrefService* local_state) { |
BackgroundModeManager::RegisterPrefs(local_state); |
NotificationUIManager::RegisterPrefs(local_state); |
PrefProxyConfigService::RegisterPrefs(local_state); |
+ SSLConfigServiceManager::RegisterPrefs(local_state); |
#if defined(ENABLE_CONFIGURATION_POLICY) |
policy::CloudPolicySubsystem::RegisterPrefs(local_state); |
#endif |