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

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

Issue 217183003: Add non-blocking sync code to ProfileSyncService (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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 b75a0879b69849b1ea4cdc44d52ac07ab9a87b1b..fa8537bd8c18b5dab3d3e79bfe293be8e65f49cd 100644
--- a/chrome/browser/sync/glue/sync_backend_host_mock.h
+++ b/chrome/browser/sync/glue/sync_backend_host_mock.h
@@ -56,6 +56,9 @@ class SyncBackendHostMock : public SyncBackendHost {
virtual void UnregisterInvalidationIds() OVERRIDE;
+ virtual void SetPreferredNonBlockingTypes(
+ syncer::ModelTypeSet types) OVERRIDE;
+
virtual void ConfigureDataTypes(
syncer::ConfigureReason reason,
const DataTypeConfigStateMap& config_state_map,
@@ -72,6 +75,8 @@ class SyncBackendHostMock : public SyncBackendHost {
virtual syncer::UserShare* GetUserShare() const OVERRIDE;
+ virtual syncer::SyncCoreProxy GetSyncCoreProxy() OVERRIDE;
+
virtual Status GetDetailedStatus() OVERRIDE;
virtual syncer::sessions::SyncSessionSnapshot

Powered by Google App Engine
This is Rietveld 408576698