| Index: ios/chrome/browser/browser_state/chrome_browser_state_manager_impl.cc
|
| diff --git a/ios/chrome/browser/browser_state/chrome_browser_state_manager_impl.cc b/ios/chrome/browser/browser_state/chrome_browser_state_manager_impl.cc
|
| index 2f2a96de41128dc0d391ea9933eee841302ce597..16aa521f8ed8b3e26127c7517818139edc82bec4 100644
|
| --- a/ios/chrome/browser/browser_state/chrome_browser_state_manager_impl.cc
|
| +++ b/ios/chrome/browser/browser_state/chrome_browser_state_manager_impl.cc
|
| @@ -28,6 +28,7 @@
|
| #include "ios/chrome/browser/browser_state_metrics/browser_state_metrics.h"
|
| #include "ios/chrome/browser/chrome_constants.h"
|
| #include "ios/chrome/browser/chrome_paths.h"
|
| +#include "ios/chrome/browser/desktop_promotion/desktop_promotion_sync_service_factory.h"
|
| #include "ios/chrome/browser/invalidation/ios_chrome_profile_invalidation_provider_factory.h"
|
| #include "ios/chrome/browser/passwords/ios_chrome_password_manager_setting_migrator_service_factory.h"
|
| #include "ios/chrome/browser/pref_names.h"
|
| @@ -213,6 +214,7 @@ void ChromeBrowserStateManagerImpl::DoFinalInitForServices(
|
| ios::AccountFetcherServiceFactory::GetForBrowserState(browser_state)
|
| ->SetupInvalidationsOnProfileLoad(invalidation_service);
|
| ios::AccountReconcilorFactory::GetForBrowserState(browser_state);
|
| + DesktopPromotionSyncServiceFactory::GetForBrowserState(browser_state);
|
|
|
| // This service is responsible for migration of the legacy password manager
|
| // preference which controls behaviour of Chrome to the new preference which
|
|
|