Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(42)

Unified Diff: ios/chrome/browser/browser_state/chrome_browser_state_manager_impl.cc

Issue 2643723004: Add Desktop iOS promotion logging to chrome ios app. (Closed)
Patch Set: to be submitted Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698