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

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

Issue 10694013: Shade uninitialized about:sync fields (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix one more test error Created 8 years, 6 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/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 a9b2cc96a9aced746a124b91daceb7edcee23388..e36d0377e8650c66c2e6d64c55c87a56ad5bbecc 100644
--- a/chrome/browser/sync/profile_sync_service_mock.h
+++ b/chrome/browser/sync/profile_sync_service_mock.h
@@ -79,8 +79,8 @@ class ProfileSyncServiceMock : public ProfileSyncService {
MOCK_CONST_METHOD0(GetLastSessionSnapshot,
syncer::sessions::SyncSessionSnapshot());
- MOCK_METHOD0(QueryDetailedSyncStatus,
- browser_sync::SyncBackendHost::Status());
+ MOCK_METHOD1(QueryDetailedSyncStatus,
+ bool(browser_sync::SyncBackendHost::Status* result));
MOCK_CONST_METHOD0(GetAuthError, const GoogleServiceAuthError&());
MOCK_CONST_METHOD0(FirstSetupInProgress, bool());
MOCK_CONST_METHOD0(GetLastSyncedTimeString, string16());

Powered by Google App Engine
This is Rietveld 408576698