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

Unified Diff: chrome/browser/sync/glue/sync_backend_host_mock.h

Issue 7655055: [Sync] Make BackendMigrator not wait for full sync cycles (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix mac test Created 9 years, 4 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: chrome/browser/sync/glue/sync_backend_host_mock.h
diff --git a/chrome/browser/sync/glue/sync_backend_host_mock.h b/chrome/browser/sync/glue/sync_backend_host_mock.h
index 15eb570e43a62fb8d61a86677c2ef2c1a8f2b258..5dd5a031a47f8a77531132fe23c92d1fa422e53a 100644
--- a/chrome/browser/sync/glue/sync_backend_host_mock.h
+++ b/chrome/browser/sync/glue/sync_backend_host_mock.h
@@ -27,6 +27,7 @@ class SyncBackendHostMock : public SyncBackendHost {
sync_api::ConfigureReason,
base::Callback<void(bool)>,
bool));
+ MOCK_CONST_METHOD0(GetUnsyncedDataTypes, syncable::ModelTypeSet());
MOCK_METHOD0(StartSyncingWithServer, void());
};

Powered by Google App Engine
This is Rietveld 408576698