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

Unified Diff: chrome/browser/invalidation/fake_invalidation_service.h

Issue 225403021: Extract Profile-independent GCMService from GCMProfileService (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Pass scoped_refptr as const reference. Created 6 years, 8 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/invalidation/fake_invalidation_service.h
diff --git a/chrome/browser/invalidation/fake_invalidation_service.h b/chrome/browser/invalidation/fake_invalidation_service.h
index d958bf58c4b301e4bef6d9a09ce1f3695f8800db..56dd699374aa014d4fde5e1532bc02b1377f801d 100644
--- a/chrome/browser/invalidation/fake_invalidation_service.h
+++ b/chrome/browser/invalidation/fake_invalidation_service.h
@@ -36,6 +36,7 @@ class FakeInvalidationAuthProvider : public InvalidationAuthProvider {
// InvalidationAuthProvider:
virtual OAuth2TokenService* GetTokenService() OVERRIDE;
+ virtual std::string GetUsername() OVERRIDE;
virtual std::string GetAccountId() OVERRIDE;
virtual bool ShowLoginUI() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698