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 9c577fa2c1dc843439534a6a41b4e6c076023e0c..141e2aa576657d8f87e6cfebd066810d4bd7dea7 100644 |
--- a/chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc |
+++ b/chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc |
@@ -64,6 +64,7 @@ |
#include "chrome/browser/themes/theme_service_factory.h" |
#include "chrome/browser/thumbnails/thumbnail_service_factory.h" |
#include "chrome/browser/ui/app_list/app_list_syncable_service_factory.h" |
+#include "chrome/browser/ui/desktop_ios_promotion/sms_service_factory.h" |
#include "chrome/browser/ui/find_bar/find_bar_state_factory.h" |
#include "chrome/browser/ui/prefs/prefs_tab_helper.h" |
#include "chrome/browser/ui/tabs/pinned_tab_service_factory.h" |
@@ -223,6 +224,9 @@ EnsureBrowserContextKeyedServiceFactoriesBuilt() { |
#endif |
NotifierStateTrackerFactory::GetInstance(); |
data_use_measurement::ChromeDataUseAscriberServiceFactory::GetInstance(); |
+#if !defined(OS_ANDROID) |
+ SMSServiceFactory::GetInstance(); |
+#endif |
dom_distiller::DomDistillerServiceFactory::GetInstance(); |
domain_reliability::DomainReliabilityServiceFactory::GetInstance(); |
DownloadServiceFactory::GetInstance(); |