Index: chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc |
diff --git a/chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc b/chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc |
index ea05a19d12d7153b5cce2f12907df174ffadf7b6..182a2b0d49f817c30b3bb9848202a40120dbccb3 100644 |
--- a/chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc |
+++ b/chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc |
@@ -20,6 +20,7 @@ |
#include "chrome/browser/history/history_service_factory.h" |
#include "chrome/browser/invalidation/profile_invalidation_provider_factory.h" |
#include "chrome/browser/media_galleries/media_galleries_preferences_factory.h" |
+#include "chrome/browser/net/cert_database_service_factory.h" |
#include "chrome/browser/notifications/desktop_notification_service_factory.h" |
#include "chrome/browser/password_manager/password_store_factory.h" |
#include "chrome/browser/plugins/plugin_prefs_factory.h" |
@@ -219,6 +220,7 @@ EnsureBrowserContextKeyedServiceFactoriesBuilt() { |
policy::ProfilePolicyConnectorFactory::GetInstance(); |
#if defined(ENABLE_CONFIGURATION_POLICY) |
#if defined(OS_CHROMEOS) |
+ CertDatabaseServiceFactory::GetInstance(); |
mattm
2014/09/05 07:35:29
do you need to do this in linux too?
pneubeck (no reviews)
2014/09/05 08:04:56
Yes, should be there for USE_NSS
|
chromeos::OwnerSettingsServiceFactory::GetInstance(); |
policy::PolicyCertServiceFactory::GetInstance(); |
policy::RecommendationRestorerFactory::GetInstance(); |