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

Unified Diff: sync/engine/syncer_unittest.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/syncer_unittest.cc
diff --git a/sync/engine/syncer_unittest.cc b/sync/engine/syncer_unittest.cc
index 3cff01d2c452856d834beac83a5c0eea11a0c736..2be9dab57b73b57cebce59ab9465061bd7275fd1 100644
--- a/sync/engine/syncer_unittest.cc
+++ b/sync/engine/syncer_unittest.cc
@@ -151,6 +151,7 @@ class SyncerTest : public testing::Test,
last_client_invalidation_hint_buffer_size_ = size;
}
virtual void OnReceivedGuRetryDelay(const base::TimeDelta& delay) OVERRIDE {}
+ virtual void OnReceivedMigrationRequest(ModelTypeSet types) OVERRIDE {}
virtual void OnSyncProtocolError(const SyncProtocolError& error) OVERRIDE {}
void GetModelSafeRoutingInfo(ModelSafeRoutingInfo* out) {
@@ -179,6 +180,7 @@ class SyncerTest : public testing::Test,
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 {}
void ResetSession() {
session_.reset(SyncSession::Build(context_.get(), this));

Powered by Google App Engine
This is Rietveld 408576698