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

Unified Diff: sync/engine/all_status.cc

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.cc
diff --git a/sync/engine/all_status.cc b/sync/engine/all_status.cc
index e5840f31f436bc23ffb1f69939e5625235e3f1a9..6fa98d35c538af57273872b2babbcd671f0444b6 100644
--- a/sync/engine/all_status.cc
+++ b/sync/engine/all_status.cc
@@ -122,6 +122,8 @@ void AllStatus::OnThrottledTypesChanged(ModelTypeSet throttled_types) {
status_.throttled_types = throttled_types;
}
+void AllStatus::OnMigrationRequested(ModelTypeSet) {}
+
SyncStatus AllStatus::status() const {
base::AutoLock lock(mutex_);
return status_;

Powered by Google App Engine
This is Rietveld 408576698