15821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// Copyright (c) 2012 The Chromium Authors. All rights reserved.
25821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// Use of this source code is governed by a BSD-style license that can be
35821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// found in the LICENSE file.
45821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
55821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)#include "google_apis/gaia/gaia_switches.h"
65821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
75821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)namespace switches {
85821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
990dce4d38c5ff5333bea97d859d4e484e27edf0cTorne (Richard Coles)const char kGaiaUrl[]                       = "gaia-url";
10d0247b1b59f9c528cb6df88b4f2b9afaf80d181eTorne (Richard Coles)const char kGoogleApisUrl[]                 = "google-apis-url";
1190dce4d38c5ff5333bea97d859d4e484e27edf0cTorne (Richard Coles)const char kLsoUrl[]                        = "lso-url";
125d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)const char kOAuth2ClientID[] = "oauth2-client-id";
135d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)const char kOAuth2ClientSecret[] = "oauth2-client-secret";
145821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
155821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)}  // namespace switches
16