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

Unified Diff: components/browser_sync/browser/profile_sync_service.h

Issue 1421003007: [Sync] Componentize ProfileSyncComponentsFactoryImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix sessions api test Created 5 years, 1 month 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: components/browser_sync/browser/profile_sync_service.h
diff --git a/components/browser_sync/browser/profile_sync_service.h b/components/browser_sync/browser/profile_sync_service.h
index 9909a296326d592f460adcc3c84e06fbbe082ade..32c998e08026bc32eee08834f9fe586819b7d450 100644
--- a/components/browser_sync/browser/profile_sync_service.h
+++ b/components/browser_sync/browser/profile_sync_service.h
@@ -230,7 +230,6 @@ class ProfileSyncService : public sync_driver::SyncService,
ROLLBACK // Backend for rollback.
};
- // Takes ownership of |factory| and |signin_wrapper|.
ProfileSyncService(
scoped_ptr<sync_driver::SyncClient> sync_client,
scoped_ptr<SigninManagerWrapper> signin_wrapper,
@@ -948,6 +947,7 @@ class ProfileSyncService : public sync_driver::SyncService,
scoped_ptr<syncer::NetworkResources> network_resources_;
+ browser_sync::ProfileSyncServiceStartBehavior start_behavior_;
scoped_ptr<browser_sync::StartupController> startup_controller_;
scoped_ptr<sync_driver::BackupRollbackController> backup_rollback_controller_;

Powered by Google App Engine
This is Rietveld 408576698