summaryrefslogtreecommitdiffstats
path: root/chromium/google_apis/gaia/gaia_switches.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/google_apis/gaia/gaia_switches.h')
-rw-r--r--chromium/google_apis/gaia/gaia_switches.h11
1 files changed, 4 insertions, 7 deletions
diff --git a/chromium/google_apis/gaia/gaia_switches.h b/chromium/google_apis/gaia/gaia_switches.h
index 0700f36c70c..bc69ebe5bab 100644
--- a/chromium/google_apis/gaia/gaia_switches.h
+++ b/chromium/google_apis/gaia/gaia_switches.h
@@ -7,9 +7,6 @@
namespace switches {
-// Supplies custom client login to OAuth2 URL for testing purposes.
-extern const char kClientLoginToOAuth2Url[];
-
// Specifies the path for GAIA authentication URL. The default value is
// "https://accounts.google.com".
extern const char kGaiaUrl[];
@@ -22,11 +19,11 @@ extern const char kGoogleApisUrl[];
// "https://accounts.google.com".
extern const char kLsoUrl[];
-// Specifies custom OAuth1 login scope for testing purposes.
-extern const char kOAuth1LoginScope[];
+// Specifies custom OAuth2 client id for testing purposes.
+extern const char kOAuth2ClientID[];
-// Overrides OAuth wrap bridge user info scope.
-extern const char kOAuthWrapBridgeUserInfoScope[];
+// Specifies custom OAuth2 client secret for testing purposes.
+extern const char kOAuth2ClientSecret[];
} // namespace switches