Revert of Allow url::SchemeHostPort to hold non-file scheme without port (patchset...
commit9b7972dd82ae09d1d1c38c6078bc384759eb18ee
authormsramek <msramek@chromium.org>
Tue, 18 Aug 2015 13:04:19 +0000 (18 06:04 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 18 Aug 2015 13:05:06 +0000 (18 13:05 +0000)
tree2aaaec212da3f07d6e37340e03f384d66b172530
parented9b2a0e8440ce2ff16b4ed043bad27a995a39c6
Revert of Allow url::SchemeHostPort to hold non-file scheme without port (patchset #16 id:320001 of https://codereview.chromium.org/1272113002/ )

Reason for revert:
Broken build.

http://build.chromium.org/p/chromium.mac/builders/iOS_Device_%28ninja%29/builds/17899/steps/compile/logs/stdio

Original issue's description:
> Allow url::SchemeHostPort to hold non-file scheme without port
>
> WebSockets use url::Origin to pass origin info between renderer and
> browser. Currently, it cannot hold an origin with non-file scheme and
> no port. Chrome extensions have been using such origins, so we need
> to keep the channel to convey origin info work for such origins.
>
> BUG=516971
> R=sleevi,brettw
>
> Committed: https://crrev.com/1ac9ec7bccd1b5178b18338b10149f36292f5fb6
> Cr-Commit-Position: refs/heads/master@{#343895}

TBR=rsleevi@chromium.org,mkwst@chromium.org,brettw@chromium.org,tyoshino@chromium.org
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=516971

Review URL: https://codereview.chromium.org/1301563003

Cr-Commit-Position: refs/heads/master@{#343898}
19 files changed:
chrome/browser/chromeos/fileapi/file_system_backend_unittest.cc
chrome/common/chrome_content_client.cc
chrome/common/chrome_content_client.h
chrome/common/chrome_content_client_unittest.cc
components/test/run_all_unittests.cc
content/browser/site_instance_impl_unittest.cc
content/common/url_schemes.cc
content/public/common/content_client.h
extensions/shell/common/shell_content_client.cc
extensions/shell/common/shell_content_client.h
extensions/test/extensions_unittests_main.cc
google_apis/drive/drive_api_url_generator_unittest.cc
ios/chrome/test/ios_chrome_unit_test_suite.cc
mojo/runner/url_resolver.cc
url/scheme_host_port.cc
url/scheme_host_port.h
url/url_util.cc
url/url_util.h
url/url_util_unittest.cc