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

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

Issue 8665011: sync: remove GetAuthenticatedUsername from ProfileSyncService/SyncBackendHost. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix test Created 9 years, 1 month 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 2c39061323345ce87b193c950c069b3ffd2d37d3..92f56209bce93fabcae1b935a5d2d43ee0f87c9b 100644
--- a/chrome/browser/sync/profile_sync_service_mock.h
+++ b/chrome/browser/sync/profile_sync_service_mock.h
@@ -20,6 +20,7 @@
class ProfileSyncServiceMock : public ProfileSyncService {
public:
ProfileSyncServiceMock();
+ explicit ProfileSyncServiceMock(Profile* profile);
virtual ~ProfileSyncServiceMock();
MOCK_METHOD0(DisableForUser, void());

Powered by Google App Engine
This is Rietveld 408576698