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

Unified Diff: sync/sessions/sync_session.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/sessions/sync_session.h
diff --git a/sync/sessions/sync_session.h b/sync/sessions/sync_session.h
index a0e41764007eb7ef50241e50715c499dfa2bfeeb..2a96fbc475e691e7cc538e4001c176d28341ee80 100644
--- a/sync/sessions/sync_session.h
+++ b/sync/sessions/sync_session.h
@@ -86,6 +86,9 @@ class SYNC_EXPORT_PRIVATE SyncSession {
// Called when server wants to schedule a retry GU.
virtual void OnReceivedGuRetryDelay(const base::TimeDelta& delay) = 0;
+ // Called when server requests a migration.
+ virtual void OnReceivedMigrationRequest(ModelTypeSet types) = 0;
+
protected:
virtual ~Delegate() {}
};

Powered by Google App Engine
This is Rietveld 408576698