| Index: google_apis/gaia/gaia_switches.cc
|
| diff --git a/google_apis/gaia/gaia_switches.cc b/google_apis/gaia/gaia_switches.cc
|
| index 16228c3837b294d978985326df88ae67eb812477..46ed492456c2175ff51815e7929c8263027e8bbe 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
|
|
|