diff options
author | achuith@chromium.org <achuith@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-18 09:09:13 +0000 |
---|---|---|
committer | achuith@chromium.org <achuith@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-18 09:09:13 +0000 |
commit | e519c435d39e453f532b1ba352ad2944c75895d8 (patch) | |
tree | 212e7ec56c2277b43946724ead049adfc8470c8e /cloud_print | |
parent | 6b9aa60aca15ddf94387b208c2a91380cca4ca55 (diff) | |
download | chromium_src-e519c435d39e453f532b1ba352ad2944c75895d8.zip chromium_src-e519c435d39e453f532b1ba352ad2944c75895d8.tar.gz chromium_src-e519c435d39e453f532b1ba352ad2944c75895d8.tar.bz2 |
Deprecate switches gaia-host and gaia-url-path in favor of gaia-url
* Deprecate lso-host to replace with lso-url, which is the complete origin (not just the host).
* Allow for http access of gaia-urls, not just https.
* Add data member gaia_url_ and accessor to GaiaUrls, replacing gaia_origin_url_
* Replace javascript params gaiaOrigin and gaiaUrlPath with gaiaUrl.
* Replace SetGaiaOriginForTesting with SetGaiaUrlForTesting.
BUG=239151
TEST=manual with telemetry auth server. on linux and on the device with GAIA_FLAGS="--gaia-url=https://gaiastaging.corp.google.com --lso-url=https://test-sandbox.auth.corp.google.com --google-apis-host=www.googleapis-test.sandbox.google.com --oauth2-client-id=236834563817.apps.googleusercontent.com --oauth2-client-secret=RsKv5AwFKSzNgE0yjnurkPVI"
Review URL: https://chromiumcodereview.appspot.com/14786022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@200977 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cloud_print')
-rw-r--r-- | cloud_print/service/win/service_utils.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cloud_print/service/win/service_utils.cc b/cloud_print/service/win/service_utils.cc index 14076fe..5635e6f 100644 --- a/cloud_print/service/win/service_utils.cc +++ b/cloud_print/service/win/service_utils.cc @@ -52,7 +52,7 @@ void CopyChromeSwitchesFromCurrentProcess(CommandLine* destination) { switches::kCloudPrintServiceURL, switches::kEnableLogging, switches::kIgnoreUrlFetcherCertRequests, - switches::kLsoHost, + switches::kLsoUrl, switches::kV, }; destination->CopySwitchesFrom(*CommandLine::ForCurrentProcess(), |