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

Unified Diff: google_apis/gaia/gaia_urls.h

Issue 13249007: revoke unused OAuth2 tokens on signout (Closed) Base URL: /home/courage/git/chromium-src.git/@222774-invalid-grant-relogin
Patch Set: update baseurl, i hope Created 7 years, 9 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 | « google_apis/gaia/gaia_auth_fetcher.cc ('k') | google_apis/gaia/gaia_urls.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: google_apis/gaia/gaia_urls.h
diff --git a/google_apis/gaia/gaia_urls.h b/google_apis/gaia/gaia_urls.h
index cd63d1d55df3c51555bb680e2fef9c3d97ba09b1..7bdfcfb1693856ca17284e40319cc4cc29ca2270 100644
--- a/google_apis/gaia/gaia_urls.h
+++ b/google_apis/gaia/gaia_urls.h
@@ -40,6 +40,7 @@ class GaiaUrls {
const std::string& client_login_to_oauth2_url();
const std::string& oauth2_token_url();
const std::string& oauth2_issue_token_url();
+ const std::string& oauth2_revoke_url();
const std::string& gaia_login_form_realm();
@@ -76,6 +77,7 @@ class GaiaUrls {
std::string client_login_to_oauth2_url_;
std::string oauth2_token_url_;
std::string oauth2_issue_token_url_;
+ std::string oauth2_revoke_url_;
std::string gaia_login_form_realm_;
« no previous file with comments | « google_apis/gaia/gaia_auth_fetcher.cc ('k') | google_apis/gaia/gaia_urls.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698