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

Unified Diff: sync/engine/all_status.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/all_status.h
diff --git a/sync/engine/all_status.h b/sync/engine/all_status.h
index b30d2ae89ab5e958fc6d6e5c3276ad39b52ea51d..add42e5b30053f687b1107ea018dbc9b152bc3dc 100644
--- a/sync/engine/all_status.h
+++ b/sync/engine/all_status.h
@@ -45,6 +45,7 @@ class AllStatus : public SyncEngineEventListener {
virtual void OnActionableError(const SyncProtocolError& error) OVERRIDE;
virtual void OnRetryTimeChanged(base::Time retry_time) OVERRIDE;
virtual void OnThrottledTypesChanged(ModelTypeSet throttled_types) OVERRIDE;
+ virtual void OnMigrationRequested(ModelTypeSet types) OVERRIDE;
SyncStatus status() const;

Powered by Google App Engine
This is Rietveld 408576698