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, |