diff options
author | atwilson@chromium.org <atwilson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-09 14:04:06 +0000 |
---|---|---|
committer | atwilson@chromium.org <atwilson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-09 14:04:06 +0000 |
commit | d9719715d71dc9affdb21d7a138ff947d03bcbcd (patch) | |
tree | 3728ab15c51db1d89b296893fc69ff39f10f0dff | |
parent | 6f8ede31f48de31b719fd4e5b986bb6ab7394cf5 (diff) | |
download | chromium_src-d9719715d71dc9affdb21d7a138ff947d03bcbcd.zip chromium_src-d9719715d71dc9affdb21d7a138ff947d03bcbcd.tar.gz chromium_src-d9719715d71dc9affdb21d7a138ff947d03bcbcd.tar.bz2 |
Removed obsolete --client-login-to-oauth2-url flag
BUG=367025
Review URL: https://codereview.chromium.org/258823008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@269276 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | google_apis/gaia/gaia_switches.cc | 1 | ||||
-rw-r--r-- | google_apis/gaia/gaia_switches.h | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/google_apis/gaia/gaia_switches.cc b/google_apis/gaia/gaia_switches.cc index a5c4399e..a1879d1 100644 --- a/google_apis/gaia/gaia_switches.cc +++ b/google_apis/gaia/gaia_switches.cc @@ -6,7 +6,6 @@ namespace switches { -const char kClientLoginToOAuth2Url[] = "client-login-to-oauth2-url"; const char kGaiaUrl[] = "gaia-url"; const char kGoogleApisUrl[] = "google-apis-url"; const char kLsoUrl[] = "lso-url"; diff --git a/google_apis/gaia/gaia_switches.h b/google_apis/gaia/gaia_switches.h index 15917c4..bc69ebe 100644 --- a/google_apis/gaia/gaia_switches.h +++ b/google_apis/gaia/gaia_switches.h @@ -7,9 +7,6 @@ namespace switches { -// Supplies custom client login to OAuth2 URL for testing purposes. -extern const char kClientLoginToOAuth2Url[]; - // Specifies the path for GAIA authentication URL. The default value is // "https://accounts.google.com". extern const char kGaiaUrl[]; |