Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 // Copyright 2013 The Chromium Authors. All rights reserved. | 1 // Copyright 2013 The Chromium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 | 4 |
| 5 #include "chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.h" | 5 #include "chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.h" |
| 6 | 6 |
| 7 #include "chrome/browser/autocomplete/shortcuts_backend_factory.h" | 7 #include "chrome/browser/autocomplete/shortcuts_backend_factory.h" |
| 8 #include "chrome/browser/autofill/personal_data_manager_factory.h" | 8 #include "chrome/browser/autofill/personal_data_manager_factory.h" |
| 9 #include "chrome/browser/background/background_contents_service_factory.h" | 9 #include "chrome/browser/background/background_contents_service_factory.h" |
| 10 #include "chrome/browser/bookmarks/bookmark_model_factory.h" | 10 #include "chrome/browser/bookmarks/bookmark_model_factory.h" |
| 11 #include "chrome/browser/chrome_browser_main.h" | 11 #include "chrome/browser/chrome_browser_main.h" |
| 12 #include "chrome/browser/content_settings/cookie_settings.h" | 12 #include "chrome/browser/content_settings/cookie_settings.h" |
| 13 #include "chrome/browser/custom_handlers/protocol_handler_registry_factory.h" | 13 #include "chrome/browser/custom_handlers/protocol_handler_registry_factory.h" |
| 14 #include "chrome/browser/dom_distiller/dom_distiller_service_factory.h" | 14 #include "chrome/browser/dom_distiller/dom_distiller_service_factory.h" |
| 15 #include "chrome/browser/domain_reliability/service_factory.h" | 15 #include "chrome/browser/domain_reliability/service_factory.h" |
| 16 #include "chrome/browser/download/download_service_factory.h" | 16 #include "chrome/browser/download/download_service_factory.h" |
| 17 #include "chrome/browser/favicon/favicon_service_factory.h" | 17 #include "chrome/browser/favicon/favicon_service_factory.h" |
| 18 #include "chrome/browser/geolocation/geolocation_permission_context_factory.h" | 18 #include "chrome/browser/geolocation/geolocation_permission_context_factory.h" |
| 19 #include "chrome/browser/google/google_url_tracker_factory.h" | 19 #include "chrome/browser/google/google_url_tracker_factory.h" |
| 20 #include "chrome/browser/history/history_service_factory.h" | 20 #include "chrome/browser/history/history_service_factory.h" |
| 21 #include "chrome/browser/invalidation/profile_invalidation_provider_factory.h" | 21 #include "chrome/browser/invalidation/profile_invalidation_provider_factory.h" |
| 22 #include "chrome/browser/media_galleries/media_galleries_preferences_factory.h" | 22 #include "chrome/browser/media_galleries/media_galleries_preferences_factory.h" |
| 23 #include "chrome/browser/net/cert_database_service_factory.h" | |
| 23 #include "chrome/browser/notifications/desktop_notification_service_factory.h" | 24 #include "chrome/browser/notifications/desktop_notification_service_factory.h" |
| 24 #include "chrome/browser/password_manager/password_store_factory.h" | 25 #include "chrome/browser/password_manager/password_store_factory.h" |
| 25 #include "chrome/browser/plugins/plugin_prefs_factory.h" | 26 #include "chrome/browser/plugins/plugin_prefs_factory.h" |
| 26 #include "chrome/browser/policy/profile_policy_connector_factory.h" | 27 #include "chrome/browser/policy/profile_policy_connector_factory.h" |
| 27 #include "chrome/browser/predictors/autocomplete_action_predictor_factory.h" | 28 #include "chrome/browser/predictors/autocomplete_action_predictor_factory.h" |
| 28 #include "chrome/browser/predictors/predictor_database_factory.h" | 29 #include "chrome/browser/predictors/predictor_database_factory.h" |
| 29 #include "chrome/browser/prerender/prerender_link_manager_factory.h" | 30 #include "chrome/browser/prerender/prerender_link_manager_factory.h" |
| 30 #include "chrome/browser/prerender/prerender_manager_factory.h" | 31 #include "chrome/browser/prerender/prerender_manager_factory.h" |
| 31 #include "chrome/browser/printing/cloud_print/cloud_print_proxy_service_factory. h" | 32 #include "chrome/browser/printing/cloud_print/cloud_print_proxy_service_factory. h" |
| 32 #include "chrome/browser/profiles/gaia_info_update_service_factory.h" | 33 #include "chrome/browser/profiles/gaia_info_update_service_factory.h" |
| (...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 212 PasswordStoreFactory::GetInstance(); | 213 PasswordStoreFactory::GetInstance(); |
| 213 #if !defined(OS_ANDROID) | 214 #if !defined(OS_ANDROID) |
| 214 PinnedTabServiceFactory::GetInstance(); | 215 PinnedTabServiceFactory::GetInstance(); |
| 215 #endif | 216 #endif |
| 216 #if defined(ENABLE_PLUGINS) | 217 #if defined(ENABLE_PLUGINS) |
| 217 PluginPrefsFactory::GetInstance(); | 218 PluginPrefsFactory::GetInstance(); |
| 218 #endif | 219 #endif |
| 219 policy::ProfilePolicyConnectorFactory::GetInstance(); | 220 policy::ProfilePolicyConnectorFactory::GetInstance(); |
| 220 #if defined(ENABLE_CONFIGURATION_POLICY) | 221 #if defined(ENABLE_CONFIGURATION_POLICY) |
| 221 #if defined(OS_CHROMEOS) | 222 #if defined(OS_CHROMEOS) |
| 223 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
| |
| 222 chromeos::OwnerSettingsServiceFactory::GetInstance(); | 224 chromeos::OwnerSettingsServiceFactory::GetInstance(); |
| 223 policy::PolicyCertServiceFactory::GetInstance(); | 225 policy::PolicyCertServiceFactory::GetInstance(); |
| 224 policy::RecommendationRestorerFactory::GetInstance(); | 226 policy::RecommendationRestorerFactory::GetInstance(); |
| 225 policy::UserCloudPolicyManagerFactoryChromeOS::GetInstance(); | 227 policy::UserCloudPolicyManagerFactoryChromeOS::GetInstance(); |
| 226 policy::UserCloudPolicyTokenForwarderFactory::GetInstance(); | 228 policy::UserCloudPolicyTokenForwarderFactory::GetInstance(); |
| 227 policy::UserNetworkConfigurationUpdaterFactory::GetInstance(); | 229 policy::UserNetworkConfigurationUpdaterFactory::GetInstance(); |
| 228 #else | 230 #else |
| 229 policy::UserCloudPolicyManagerFactory::GetInstance(); | 231 policy::UserCloudPolicyManagerFactory::GetInstance(); |
| 230 #if !defined(OS_IOS) | 232 #if !defined(OS_IOS) |
| 231 policy::UserPolicySigninServiceFactory::GetInstance(); | 233 policy::UserPolicySigninServiceFactory::GetInstance(); |
| (...skipping 24 matching lines...) Expand all Loading... | |
| 256 TemplateURLServiceFactory::GetInstance(); | 258 TemplateURLServiceFactory::GetInstance(); |
| 257 #if defined(ENABLE_THEMES) | 259 #if defined(ENABLE_THEMES) |
| 258 ThemeServiceFactory::GetInstance(); | 260 ThemeServiceFactory::GetInstance(); |
| 259 #endif | 261 #endif |
| 260 WebDataServiceFactory::GetInstance(); | 262 WebDataServiceFactory::GetInstance(); |
| 261 } | 263 } |
| 262 | 264 |
| 263 void ChromeBrowserMainExtraPartsProfiles::PreProfileInit() { | 265 void ChromeBrowserMainExtraPartsProfiles::PreProfileInit() { |
| 264 EnsureBrowserContextKeyedServiceFactoriesBuilt(); | 266 EnsureBrowserContextKeyedServiceFactoriesBuilt(); |
| 265 } | 267 } |
| OLD | NEW |