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

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: fix remoting compile error on windows 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
« no previous file with comments | « google_apis/gaia/gaia_oauth_client_unittest.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 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_;
« no previous file with comments | « google_apis/gaia/gaia_oauth_client_unittest.cc ('k') | google_apis/gaia/gaia_urls.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698