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

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

Issue 9271025: Update Gaia URL. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix nit Created 8 years, 11 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: chrome/common/net/gaia/gaia_urls.h
diff --git a/chrome/common/net/gaia/gaia_urls.h b/chrome/common/net/gaia/gaia_urls.h
index c8c1b46a37bacdb27faca8440aba3ca232cf221b..5056b4d43601478c5dbba716fe21f224a2c19291 100644
--- a/chrome/common/net/gaia/gaia_urls.h
+++ b/chrome/common/net/gaia/gaia_urls.h
@@ -20,6 +20,7 @@ class GaiaUrls {
const std::string& gaia_origin_url();
const std::string& client_login_url();
+ const std::string& service_login_url();
const std::string& issue_auth_token_url();
const std::string& get_user_info_url();
const std::string& token_auth_url();
@@ -49,6 +50,7 @@ class GaiaUrls {
std::string gaia_origin_url_;
std::string client_login_url_;
+ std::string service_login_url_;
std::string issue_auth_token_url_;
std::string get_user_info_url_;
std::string token_auth_url_;

Powered by Google App Engine
This is Rietveld 408576698