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

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

Issue 8669010: Revert 111270 - Part 1 of work to do user sign in based on OAuth2: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 1 month 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/common/net/gaia/gaia_constants.cc ('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 111276)
+++ chrome/common/net/gaia/gaia_urls.h (working copy)
@@ -34,11 +34,6 @@
const std::string& oauth1_login_scope();
const std::string& oauth_wrap_bridge_user_info_scope();
- const std::string& oauth2_chrome_client_id();
- const std::string& oauth2_chrome_client_secret();
- const std::string& client_login_to_oauth2_url();
- const std::string& oauth2_token_url();
-
private:
GaiaUrls();
~GaiaUrls();
@@ -63,11 +58,6 @@
std::string oauth1_login_scope_;
std::string oauth_wrap_bridge_user_info_scope_;
- std::string oauth2_chrome_client_id_;
- std::string oauth2_chrome_client_secret_;
- std::string client_login_to_oauth2_url_;
- std::string oauth2_token_url_;
-
DISALLOW_COPY_AND_ASSIGN(GaiaUrls);
};
« no previous file with comments | « chrome/common/net/gaia/gaia_constants.cc ('k') | chrome/common/net/gaia/gaia_urls.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698