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

Unified Diff: sync/engine/sync_scheduler_impl.h

Issue 158953004: sync: Move migration signal out of snapshot (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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_impl.h
diff --git a/sync/engine/sync_scheduler_impl.h b/sync/engine/sync_scheduler_impl.h
index 1c190c8c3263a8b9029d52caa471cde3e398542b..7cbf324ff6ab8cc217678dd8556b7c1f5282f4cc 100644
--- a/sync/engine/sync_scheduler_impl.h
+++ b/sync/engine/sync_scheduler_impl.h
@@ -90,6 +90,7 @@ class SYNC_EXPORT_PRIVATE SyncSchedulerImpl
virtual void OnSyncProtocolError(
const SyncProtocolError& sync_protocol_error) OVERRIDE;
virtual void OnReceivedGuRetryDelay(const base::TimeDelta& delay) OVERRIDE;
+ virtual void OnReceivedMigrationRequest(syncer::ModelTypeSet types) OVERRIDE;
// Returns true if the client is currently in exponential backoff.
bool IsBackingOff() const;

Powered by Google App Engine
This is Rietveld 408576698