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

Unified Diff: google_apis/gaia/gaia_urls.h

Issue 601643002: Use a distinct source parameter on gaia endpoints for the reconcilor. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@uber
Patch Set: Remove functions Created 6 years, 3 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_constants.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 70919ab9cd35df1f630e2a5899e63f0b02cfe9d9..55080d9394d74b1c4ce06c662d3fb2bbdd4189b6 100644
--- a/google_apis/gaia/gaia_urls.h
+++ b/google_apis/gaia/gaia_urls.h
@@ -32,10 +32,8 @@ class GaiaUrls {
const GURL& oauth_user_info_url() const;
const GURL& oauth_revoke_token_url() const;
const GURL& oauth1_login_url() const;
- const GURL& list_accounts_url() const;
const GURL& embedded_signin_url() const;
const GURL& add_account_url() const;
- const GURL& get_check_connection_info_url() const;
const std::string& oauth2_chrome_client_id() const;
const std::string& oauth2_chrome_client_secret() const;
@@ -48,6 +46,9 @@ class GaiaUrls {
const GURL& gaia_login_form_realm() const;
+ GURL ListAccountsURLWithSource(const std::string& source);
+ GURL GetCheckConnectionInfoURLWithSource(const std::string& source);
+
private:
GaiaUrls();
~GaiaUrls();
« no previous file with comments | « google_apis/gaia/gaia_constants.cc ('k') | google_apis/gaia/gaia_urls.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698