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

Unified Diff: google_apis/gaia/gaia_switches.cc

Issue 141653020: Move OAuth2 client id and secret switches to gaia_switches.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Attempt to fix google_api_keys_unittest.cc Created 6 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 | « google_apis/gaia/gaia_switches.h ('k') | google_apis/google_api_keys.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: google_apis/gaia/gaia_switches.cc
diff --git a/google_apis/gaia/gaia_switches.cc b/google_apis/gaia/gaia_switches.cc
index 16228c3837b294d978985326df88ae67eb812477..46ed492456c2175ff51815e7929c8263027e8bbe 100644
--- a/google_apis/gaia/gaia_switches.cc
+++ b/google_apis/gaia/gaia_switches.cc
@@ -13,5 +13,7 @@ const char kLsoUrl[] = "lso-url";
const char kOAuth1LoginScope[] = "oauth1-login-scope";
const char kOAuthWrapBridgeUserInfoScope[] =
"oauth-wrap-bridge-user-info-scope";
+const char kOAuth2ClientID[] = "oauth2-client-id";
+const char kOAuth2ClientSecret[] = "oauth2-client-secret";
} // namespace switches
« no previous file with comments | « google_apis/gaia/gaia_switches.h ('k') | google_apis/google_api_keys.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698