| Index: net/url_request/url_request_http_job.cc
|
| ===================================================================
|
| --- net/url_request/url_request_http_job.cc (revision 79306)
|
| +++ net/url_request/url_request_http_job.cc (working copy)
|
| @@ -157,7 +157,6 @@
|
|
|
| TransportSecurityState::DomainState domain_state;
|
| if (scheme == "http" &&
|
| - (request->url().port().empty() || port == 80) &&
|
| request->context()->transport_security_state() &&
|
| request->context()->transport_security_state()->IsEnabledForHost(
|
| &domain_state, request->url().host())) {
|
|
|