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

Unified Diff: chrome/browser/invalidation/profile_invalidation_auth_provider.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/profile_invalidation_auth_provider.h
diff --git a/chrome/browser/invalidation/profile_invalidation_auth_provider.h b/chrome/browser/invalidation/profile_invalidation_auth_provider.h
index aa98828ecfa7b38d8087247f93b40990da47c208..325547f61665e0f7b32638e9aa81489c54a82245 100644
--- a/chrome/browser/invalidation/profile_invalidation_auth_provider.h
+++ b/chrome/browser/invalidation/profile_invalidation_auth_provider.h
@@ -25,11 +25,14 @@ class ProfileInvalidationAuthProvider : public InvalidationAuthProvider,
virtual ~ProfileInvalidationAuthProvider();
// InvalidationAuthProvider:
+ virtual std::string GetUsername() OVERRIDE;
virtual std::string GetAccountId() OVERRIDE;
virtual OAuth2TokenService* GetTokenService() OVERRIDE;
virtual bool ShowLoginUI() OVERRIDE;
// SigninManagerBase::Observer:
+ virtual void GoogleSigninSucceeded(const std::string& username,
+ const std::string& password) OVERRIDE;
virtual void GoogleSignedOut(const std::string& username) OVERRIDE;
private:

Powered by Google App Engine
This is Rietveld 408576698