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

Unified Diff: chrome/browser/sync_file_system/mock_remote_file_sync_service.h

Issue 12744008: SyncFS: store disabled origins in DriveMetadataStore (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 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_file_system/mock_remote_file_sync_service.h
diff --git a/chrome/browser/sync_file_system/mock_remote_file_sync_service.h b/chrome/browser/sync_file_system/mock_remote_file_sync_service.h
index 0337b03c3fd02f164b7536d3878df8fafc9b2685..a7b8425c725bf7fe6ca9bd0b452750251ab3a3ee 100644
--- a/chrome/browser/sync_file_system/mock_remote_file_sync_service.h
+++ b/chrome/browser/sync_file_system/mock_remote_file_sync_service.h
@@ -37,6 +37,10 @@ class MockRemoteFileSyncService : public RemoteFileSyncService {
void(const GURL& origin, const SyncStatusCallback& callback));
MOCK_METHOD2(UnregisterOriginForTrackingChanges,
void(const GURL& origin, const SyncStatusCallback& callback));
+ MOCK_METHOD2(EnableOriginForTrackingChanges,
+ void(const GURL& origin, const SyncStatusCallback& callback));
+ MOCK_METHOD2(DisableOriginForTrackingChanges,
+ void(const GURL& origin, const SyncStatusCallback& callback));
MOCK_METHOD2(DeleteOriginDirectory,
void(const GURL& origin, const SyncStatusCallback& callback));
MOCK_METHOD1(ProcessRemoteChange,
« no previous file with comments | « chrome/browser/sync_file_system/local_file_sync_service.cc ('k') | chrome/browser/sync_file_system/remote_file_sync_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698