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

Unified Diff: sync/engine/sync_scheduler.h

Issue 10455012: [Sync] Add support for performing a GetKey on startup. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase 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: sync/engine/sync_scheduler.h
diff --git a/sync/engine/sync_scheduler.h b/sync/engine/sync_scheduler.h
index e706a8cf2efa0e3d7932b1999a8f607b91b3f54b..023e07f328eefe2533fc032001dc579efb87e7a1 100644
--- a/sync/engine/sync_scheduler.h
+++ b/sync/engine/sync_scheduler.h
@@ -263,6 +263,7 @@ class SyncScheduler : public sessions::SyncSession::Delegate {
// specified |purpose|.
static void SetSyncerStepsForPurpose(
SyncSessionJob::SyncSessionJobPurpose purpose,
+ const ConfigurationParams& config_params,
SyncerStep* start, SyncerStep* end);
// Helpers that log before posting to |sync_loop_|. These will only post

Powered by Google App Engine
This is Rietveld 408576698