Chromium Code Reviews| 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 3239e252346c66ac08d70270cb4e53fe80507dcf..1d22b8353b6b6ee7417c14e92624624b9bc25a86 100644 |
| --- a/chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc |
| +++ b/chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc |
| @@ -20,20 +20,21 @@ |
| #include "chrome/browser/dom_distiller/dom_distiller_service_factory.h" |
| #include "chrome/browser/domain_reliability/service_factory.h" |
| #include "chrome/browser/download/download_service_factory.h" |
| #include "chrome/browser/engagement/site_engagement_service.h" |
| #include "chrome/browser/engagement/site_engagement_service_factory.h" |
| #include "chrome/browser/favicon/favicon_service_factory.h" |
| #include "chrome/browser/google/google_url_tracker_factory.h" |
| #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/nqe/ui_network_quality_estimator_service_factory.h" |
| #include "chrome/browser/notifications/extension_welcome_notification_factory.h" |
| #include "chrome/browser/notifications/notifier_state_tracker_factory.h" |
| #include "chrome/browser/ntp_snippets/ntp_snippets_service_factory.h" |
| #include "chrome/browser/password_manager/password_manager_setting_migrator_service_factory.h" |
| #include "chrome/browser/password_manager/password_store_factory.h" |
| #include "chrome/browser/plugins/plugin_prefs_factory.h" |
| #include "chrome/browser/policy/cloud/policy_header_service_factory.h" |
| #include "chrome/browser/policy/cloud/user_cloud_policy_invalidator_factory.h" |
| #include "chrome/browser/policy/profile_policy_connector_factory.h" |
| #include "chrome/browser/policy/schema_registry_service_factory.h" |
| @@ -186,20 +187,21 @@ EnsureBrowserContextKeyedServiceFactoriesBuilt() { |
| #endif |
| BookmarkModelFactory::GetInstance(); |
| BookmarkUndoServiceFactory::GetInstance(); |
| BrowsingDataRemoverFactory::GetInstance(); |
| #if defined(ENABLE_CAPTIVE_PORTAL_DETECTION) |
| CaptivePortalServiceFactory::GetInstance(); |
| #endif |
| #if defined(OS_ANDROID) |
| chrome::android::DataUseUITabModelFactory::GetInstance(); |
| #endif |
| + chrome_browser_net::UINetworkQualityEstimatorServiceFactory::GetInstance(); |
|
tbansal1
2016/07/20 03:32:36
I forgot, would this be called on non-incognito pr
RyanSturm
2016/07/20 16:36:46
This just sets up the factory. There's a DCHECK in
tbansal1
2016/07/20 17:14:18
Acknowledged.
|
| #if defined(ENABLE_PRINT_PREVIEW) |
| CloudPrintProxyServiceFactory::GetInstance(); |
| #endif |
| CookieSettingsFactory::GetInstance(); |
| #if !defined(OS_ANDROID) && !defined(OS_CHROMEOS) |
| CrossDevicePromoFactory::GetInstance(); |
| #endif |
| #if defined(ENABLE_NOTIFICATIONS) |
| #if defined(ENABLE_EXTENSIONS) |
| ExtensionWelcomeNotificationFactory::GetInstance(); |