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

Unified Diff: chrome/browser/sync/profile_sync_service_mock.h

Issue 566623003: Refactor syncable DEVICE_INFO type from ChangeProcessor to SyncableService - part 3. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More CR feedback addressed in DeviceInfoSyncService. Created 6 years, 3 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
« no previous file with comments | « chrome/browser/sync/profile_sync_service.cc ('k') | chrome/browser/sync/profile_sync_service_mock.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 c7584e1dce79c775df371314c95bee6dd6209f8a..25074e6ef95e1979bdac42992a0b2454062b600a 100644
--- a/chrome/browser/sync/profile_sync_service_mock.h
+++ b/chrome/browser/sync/profile_sync_service_mock.h
@@ -93,13 +93,7 @@ class ProfileSyncServiceMock : public ProfileSyncService {
MOCK_METHOD1(OnActionableError, void(
const syncer::SyncProtocolError&));
MOCK_METHOD1(SetSetupInProgress, void(bool));
- MOCK_CONST_METHOD0(IsSessionsDataTypeControllerRunning, bool());
-
- MOCK_CONST_METHOD0(GetAllSignedInDevicesMock,
- std::vector<browser_sync::DeviceInfo*>* ());
- // This is to get around the fact that GMOCK does not handle Scoped*.
- virtual ScopedVector<browser_sync::DeviceInfo>
- GetAllSignedInDevices() const OVERRIDE;
+ MOCK_CONST_METHOD1(IsDataTypeControllerRunning, bool(syncer::ModelType));
// DataTypeManagerObserver mocks.
MOCK_METHOD0(OnConfigureBlocked, void());
« no previous file with comments | « chrome/browser/sync/profile_sync_service.cc ('k') | chrome/browser/sync/profile_sync_service_mock.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698