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

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

Issue 8249003: Revert 105151 - Merge 103908 - Extend GaiaOAuthFetcher with support for revoking tokens. (Closed) Base URL: svn://svn.chromium.org/chrome/branches/874/src/
Patch Set: Created 9 years, 2 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
« no previous file with comments | « no previous file | chrome/browser/net/gaia/gaia_oauth_fetcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/net/gaia/gaia_oauth_consumer.h
===================================================================
--- chrome/browser/net/gaia/gaia_oauth_consumer.h (revision 105158)
+++ chrome/browser/net/gaia/gaia_oauth_consumer.h (working copy)
@@ -37,9 +37,6 @@
const std::string& lsid,
const std::string& auth) {}
virtual void OnOAuthLoginFailure(const GoogleServiceAuthError& error) {}
-
- virtual void OnOAuthRevokeTokenSuccess() {}
- virtual void OnOAuthRevokeTokenFailure(const GoogleServiceAuthError& error) {}
};
#endif // CHROME_BROWSER_NET_GAIA_GAIA_OAUTH_CONSUMER_H_
« no previous file with comments | « no previous file | chrome/browser/net/gaia/gaia_oauth_fetcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698