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

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

Issue 15421011: Use OAuth2 token for sync (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add commandline switch to toggle between OAuth2 and ClientLogin token Created 7 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 e0e3fcb1a0f0343814152495641fa78a7ab27de6..415daaac95fc317ed620f82a78a20434ec924cac 100644
--- a/chrome/browser/sync/profile_sync_service_mock.h
+++ b/chrome/browser/sync/profile_sync_service_mock.h
@@ -103,7 +103,7 @@ class ProfileSyncServiceMock : public ProfileSyncService {
MOCK_METHOD0(IsSyncEnabledAndLoggedIn, bool());
MOCK_CONST_METHOD0(IsManaged, bool());
- MOCK_METHOD0(IsSyncTokenAvailable, bool());
+ MOCK_METHOD0(IsOAuthRefreshTokenAvailable, bool());
MOCK_CONST_METHOD0(IsPassphraseRequired, bool());
MOCK_CONST_METHOD0(IsPassphraseRequiredForDecryption, bool());

Powered by Google App Engine
This is Rietveld 408576698