Index: chrome/browser/sync/profile_sync_service_mock.h |
diff --git a/chrome/browser/sync/profile_sync_service_mock.h b/chrome/browser/sync/profile_sync_service_mock.h |
index 81fe7240bc671494bab8c751c8f73e7ecac095b7..614e300039c7a1ed0cd7f2bad91fe215d074d6f0 100644 |
--- a/chrome/browser/sync/profile_sync_service_mock.h |
+++ b/chrome/browser/sync/profile_sync_service_mock.h |
@@ -54,6 +54,9 @@ class ProfileSyncServiceMock : public ProfileSyncService { |
MOCK_METHOD2(OnUnrecoverableError, |
void(const tracked_objects::Location& location, |
const std::string& message)); |
+ MOCK_METHOD3(OnDisableDatatype, void(syncable::ModelType, |
+ const tracked_objects::Location&, |
+ std::string message)); |
MOCK_CONST_METHOD0(GetUserShare, sync_api::UserShare*()); |
MOCK_METHOD3(ActivateDataType, |
void(syncable::ModelType, browser_sync::ModelSafeGroup, |