Don't call into driver for unsupported extensions.
[chromium-blink-merge.git] / google_apis / gaia / gaia_switches.h
blob0700f36c70c1022def4fde913e8d0b5a4846c5b4
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef GOOGLE_APIS_GAIA_GAIA_SWITCHES_H_
6 #define GOOGLE_APIS_GAIA_GAIA_SWITCHES_H_
8 namespace switches {
10 // Supplies custom client login to OAuth2 URL for testing purposes.
11 extern const char kClientLoginToOAuth2Url[];
13 // Specifies the path for GAIA authentication URL. The default value is
14 // "https://accounts.google.com".
15 extern const char kGaiaUrl[];
17 // Specifies the backend server used for Google API calls.
18 // The default value is "https://www.googleapis.com".
19 extern const char kGoogleApisUrl[];
21 // Specifies the backend server used for lso authentication calls.
22 // "https://accounts.google.com".
23 extern const char kLsoUrl[];
25 // Specifies custom OAuth1 login scope for testing purposes.
26 extern const char kOAuth1LoginScope[];
28 // Overrides OAuth wrap bridge user info scope.
29 extern const char kOAuthWrapBridgeUserInfoScope[];
31 } // namespace switches
33 #endif // GOOGLE_APIS_GAIA_GAIA_SWITCHES_H_