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

Unified Diff: chrome/browser/sync/profile_sync_service.cc

Issue 10701085: Revert "Revert 142517 - [Sync] Refactor sync configuration logic." (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix compile/test Created 8 years, 5 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: chrome/browser/sync/profile_sync_service.cc
diff --git a/chrome/browser/sync/profile_sync_service.cc b/chrome/browser/sync/profile_sync_service.cc
index d58b7429f08aae41419ebecf1c0148515026d520..41147ea854f7dc5eecd2897d589848c1c4e3e2c8 100644
--- a/chrome/browser/sync/profile_sync_service.cc
+++ b/chrome/browser/sync/profile_sync_service.cc
@@ -352,6 +352,7 @@ void ProfileSyncService::InitializeBackend(bool delete_stale_data) {
initial_types,
credentials,
delete_stale_data,
+ &sync_manager_factory_,
backend_unrecoverable_error_handler_.get(),
&browser_sync::ChromeReportUnrecoverableError);
}

Powered by Google App Engine
This is Rietveld 408576698