| 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 9d715f394e01d7f9647d9f765089b82f39de0826..a594674c028cbbb5a361844005373bf37c087435 100644
|
| --- a/chrome/browser/sync/glue/sync_backend_host_mock.h
|
| +++ b/chrome/browser/sync/glue/sync_backend_host_mock.h
|
| @@ -24,8 +24,6 @@ class SyncBackendHostMock : public SyncBackendHost {
|
| MOCK_METHOD3(ConfigureDataTypes,
|
| void(const DataTypeController::TypeMap&,
|
| const std::set<syncable::ModelType>&, CancelableTask*));
|
| - MOCK_METHOD0(RequestPause, bool());
|
| - MOCK_METHOD0(RequestResume, bool());
|
| MOCK_METHOD0(StartSyncingWithServer, void());
|
| };
|
|
|
|
|