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

Unified Diff: google_apis/gaia/gaia_urls.h

Issue 17109006: Device robot refresh token integrity validation. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 6 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: google_apis/gaia/gaia_urls.h
diff --git a/google_apis/gaia/gaia_urls.h b/google_apis/gaia/gaia_urls.h
index 605aa64d11800b324b0a31a43133718c6fd3fdb7..34f8d869c1a169921c37bc40b7683904b3623dd2 100644
--- a/google_apis/gaia/gaia_urls.h
+++ b/google_apis/gaia/gaia_urls.h
@@ -42,6 +42,7 @@ class GaiaUrls {
const std::string& oauth2_auth_url() const;
const std::string& oauth2_token_url() const;
const std::string& oauth2_issue_token_url() const;
+ const std::string& oauth2_token_info_url() const;
const std::string& oauth2_revoke_url() const;
const std::string& gaia_login_form_realm() const;
@@ -80,6 +81,7 @@ class GaiaUrls {
std::string oauth2_auth_url_;
std::string oauth2_token_url_;
std::string oauth2_issue_token_url_;
+ std::string oauth2_token_info_url_;
std::string oauth2_revoke_url_;
std::string gaia_login_form_realm_;

Powered by Google App Engine
This is Rietveld 408576698