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

Unified Diff: sync/internal_api/debug_info_event_listener.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/internal_api/debug_info_event_listener.cc
diff --git a/sync/internal_api/debug_info_event_listener.cc b/sync/internal_api/debug_info_event_listener.cc
index f46c4ee2ef9ff54ff2443342a2ace1d13aa090bb..b1625f9438f3fa12bb24f4b3c2c49ff85147108e 100644
--- a/sync/internal_api/debug_info_event_listener.cc
+++ b/sync/internal_api/debug_info_event_listener.cc
@@ -121,6 +121,8 @@ void DebugInfoEventListener::OnActionableError(
CreateAndAddEvent(sync_pb::DebugEventInfo::ACTIONABLE_ERROR);
}
+void DebugInfoEventListener::OnMigrationRequested(ModelTypeSet types) {}
+
void DebugInfoEventListener::OnNudgeFromDatatype(ModelType datatype) {
DCHECK(thread_checker_.CalledOnValidThread());
sync_pb::DebugEventInfo event_info;

Powered by Google App Engine
This is Rietveld 408576698