summaryrefslogtreecommitdiffstats
path: root/google_apis/gaia/gaia_switches.h
diff options
context:
space:
mode:
authormsarda@chromium.org <msarda@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-11 15:56:28 +0000
committermsarda@chromium.org <msarda@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-11 15:56:28 +0000
commit850b353e5c5218cc3a7cf217475d69d4f7772f85 (patch)
treed8e51a0835168b5b7583dcdcb814c797917489e6 /google_apis/gaia/gaia_switches.h
parentf1a854a0a2bfce12cc2dd9f55d655a9d324a85d6 (diff)
downloadchromium_src-850b353e5c5218cc3a7cf217475d69d4f7772f85.zip
chromium_src-850b353e5c5218cc3a7cf217475d69d4f7772f85.tar.gz
chromium_src-850b353e5c5218cc3a7cf217475d69d4f7772f85.tar.bz2
Move OAuth2 client id and secret switches to gaia_switches.h
The OAuth2 client id and secret switches are also used on Chrome for iOS downstream so they need to be available in a public header. BUG=285944 Review URL: https://codereview.chromium.org/141653020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@250419 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'google_apis/gaia/gaia_switches.h')
-rw-r--r--google_apis/gaia/gaia_switches.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/google_apis/gaia/gaia_switches.h b/google_apis/gaia/gaia_switches.h
index 0700f36..4fbefa3 100644
--- a/google_apis/gaia/gaia_switches.h
+++ b/google_apis/gaia/gaia_switches.h
@@ -28,6 +28,12 @@ extern const char kOAuth1LoginScope[];
// Overrides OAuth wrap bridge user info scope.
extern const char kOAuthWrapBridgeUserInfoScope[];
+// Specifies custom OAuth2 client id for testing purposes.
+extern const char kOAuth2ClientID[];
+
+// Specifies custom OAuth2 client secret for testing purposes.
+extern const char kOAuth2ClientSecret[];
+
} // namespace switches
#endif // GOOGLE_APIS_GAIA_GAIA_SWITCHES_H_