| 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..621e9aa0ae5cd001f0a9b2afb1fbda4bd8a4f764 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,7 @@ EnsureBrowserContextKeyedServiceFactoriesBuilt() {
|
| #endif
|
| NotifierStateTrackerFactory::GetInstance();
|
| data_use_measurement::ChromeDataUseAscriberServiceFactory::GetInstance();
|
| + DesktopIOSPromotion::SMSServiceFactory::GetInstance();
|
| dom_distiller::DomDistillerServiceFactory::GetInstance();
|
| domain_reliability::DomainReliabilityServiceFactory::GetInstance();
|
| DownloadServiceFactory::GetInstance();
|
|
|