summaryrefslogtreecommitdiffstats
path: root/chromium/google_apis/gaia/gaia_switches.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/google_apis/gaia/gaia_switches.cc')
-rw-r--r--chromium/google_apis/gaia/gaia_switches.cc6
1 files changed, 2 insertions, 4 deletions
diff --git a/chromium/google_apis/gaia/gaia_switches.cc b/chromium/google_apis/gaia/gaia_switches.cc
index 16228c3837b..a1879d1c994 100644
--- a/chromium/google_apis/gaia/gaia_switches.cc
+++ b/chromium/google_apis/gaia/gaia_switches.cc
@@ -6,12 +6,10 @@
namespace switches {
-const char kClientLoginToOAuth2Url[] = "client-login-to-oauth2-url";
const char kGaiaUrl[] = "gaia-url";
const char kGoogleApisUrl[] = "google-apis-url";
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