CFI: Fix invalid cast to PrefRegistrySyncable.
[chromium-blink-merge.git] / google_apis / gaia / gaia_switches.h
blob63921a04468917c8a420029bcf3f8ce31705159a
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 // Specifies the domain of the APISID cookie. The default value is
11 // "http://.google.com".
12 extern const char kGoogleUrl[];
14 // Specifies the path for GAIA authentication URL. The default value is
15 // "https://accounts.google.com".
16 extern const char kGaiaUrl[];
18 // Specifies the backend server used for Google API calls.
19 // The default value is "https://www.googleapis.com".
20 extern const char kGoogleApisUrl[];
22 // Specifies the backend server used for lso authentication calls.
23 // "https://accounts.google.com".
24 extern const char kLsoUrl[];
26 // Specifies custom OAuth2 client id for testing purposes.
27 extern const char kOAuth2ClientID[];
29 // Specifies custom OAuth2 client secret for testing purposes.
30 extern const char kOAuth2ClientSecret[];
32 } // namespace switches
34 #endif // GOOGLE_APIS_GAIA_GAIA_SWITCHES_H_