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

Unified Diff: google_apis/gaia/gaia_urls.h

Issue 2959523002: Revert of ChromeOS: Enable Gaia v2 API by default. (Closed)
Patch Set: Created 3 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/fake_gaia.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 b4951d4a8387793e36e708f8cc9f54a8b1fe6e1f..62681637ca898d3db003fb86ab4eb844804f1a1d 100644
--- a/google_apis/gaia/gaia_urls.h
+++ b/google_apis/gaia/gaia_urls.h
@@ -22,7 +22,7 @@
const GURL& captcha_base_url() const;
const GURL& client_login_url() const;
const GURL& service_login_url() const;
- const GURL& embedded_setup_chromeos_url(unsigned version) const;
+ const GURL& embedded_setup_chromeos_url() const;
const GURL& service_login_auth_url() const;
const GURL& service_logout_url() const;
const GURL& issue_auth_token_url() const;
@@ -72,8 +72,7 @@
GURL client_login_url_;
GURL service_login_url_;
- GURL embedded_setup_chromeos_url_v1_;
- GURL embedded_setup_chromeos_url_v2_;
+ GURL embedded_setup_chromeos_url_;
GURL service_login_auth_url_;
GURL service_logout_url_;
GURL issue_auth_token_url_;
« no previous file with comments | « google_apis/gaia/fake_gaia.cc ('k') | google_apis/gaia/gaia_urls.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698