diff options
author | msarda@chromium.org <msarda@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-11 15:56:28 +0000 |
---|---|---|
committer | msarda@chromium.org <msarda@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-11 15:56:28 +0000 |
commit | 850b353e5c5218cc3a7cf217475d69d4f7772f85 (patch) | |
tree | d8e51a0835168b5b7583dcdcb814c797917489e6 /google_apis/gaia/gaia_switches.cc | |
parent | f1a854a0a2bfce12cc2dd9f55d655a9d324a85d6 (diff) | |
download | chromium_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.cc')
-rw-r--r-- | google_apis/gaia/gaia_switches.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/google_apis/gaia/gaia_switches.cc b/google_apis/gaia/gaia_switches.cc index 16228c3..46ed492 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 |