commit | 39a260f9aff94ecd6d518778e2ea900f58933636 | [log] [tgz] |
---|---|---|
author | csharrison <[email protected]> | Mon Jan 09 22:24:14 2017 |
committer | Commit bot <[email protected]> | Mon Jan 09 22:24:14 2017 |
tree | 5f3dee76b64f8ff2c54998e9596e945fb6978605 | |
parent | 8ce922854237356ea07d4a5a67aa6d8289470f36 [diff] |
Remove comparisons for blob/filesystem schemes in scheme_host_port These are checked implicitly via the fact that blob schemes are not standard, and filesystem schemes have type SCHEME_WITHOUT_AUTHORITY. IsStandard is in critical path of loading many resources, as it is used for conversions to url::Origin. BUG=672877 Review-Url: https://codereview.chromium.org/2560923002 Cr-Commit-Position: refs/heads/master@{#442372}