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

Unified Diff: chrome/browser/net/gaia/gaia_oauth_consumer.h

Issue 7551026: Adding service_name to GaiaOAuthFetcher (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Updated a GaiaOAuthFetcher constructor invocation. Created 9 years, 5 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/net/gaia/gaia_oauth_consumer.h
diff --git a/chrome/browser/net/gaia/gaia_oauth_consumer.h b/chrome/browser/net/gaia/gaia_oauth_consumer.h
index 0865063e6a3cbec954d0c0cf24eaea08314f8f25..bee7840224be4028334a91abf3eec3f16d56a537 100644
--- a/chrome/browser/net/gaia/gaia_oauth_consumer.h
+++ b/chrome/browser/net/gaia/gaia_oauth_consumer.h
@@ -24,7 +24,8 @@ class GaiaOAuthConsumer {
virtual void OnOAuthGetAccessTokenFailure(
const GoogleServiceAuthError& error) {}
- virtual void OnOAuthWrapBridgeSuccess(const std::string& token,
+ virtual void OnOAuthWrapBridgeSuccess(const std::string& service_name,
+ const std::string& token,
const std::string& expires_in) {}
virtual void OnOAuthWrapBridgeFailure(const GoogleServiceAuthError& error) {}

Powered by Google App Engine
This is Rietveld 408576698