From 850b353e5c5218cc3a7cf217475d69d4f7772f85 Mon Sep 17 00:00:00 2001 From: "msarda@chromium.org" Date: Tue, 11 Feb 2014 15:56:28 +0000 Subject: 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 --- google_apis/gaia/gaia_switches.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'google_apis/gaia/gaia_switches.h') 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_ -- cgit v1.1