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

Unified Diff: chrome/common/net/gaia/gaia_urls.h

Issue 9549013: Add code to mint OAuth tokens from login-scoped OAuth token. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 10 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 | « chrome/chrome_tests.gypi ('k') | chrome/common/net/gaia/gaia_urls.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/net/gaia/gaia_urls.h
===================================================================
--- chrome/common/net/gaia/gaia_urls.h (revision 124237)
+++ chrome/common/net/gaia/gaia_urls.h (working copy)
@@ -38,6 +38,7 @@
const std::string& oauth2_chrome_client_secret();
const std::string& client_login_to_oauth2_url();
const std::string& oauth2_token_url();
+ const std::string& oauth2_issue_token_url();
private:
GaiaUrls();
@@ -67,6 +68,7 @@
std::string oauth2_chrome_client_secret_;
std::string client_login_to_oauth2_url_;
std::string oauth2_token_url_;
+ std::string oauth2_issue_token_url_;
DISALLOW_COPY_AND_ASSIGN(GaiaUrls);
};
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/common/net/gaia/gaia_urls.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698