Commit a5841ae8 authored by xunjieli's avatar xunjieli Committed by Commit bot

Remove |force_quic_port_| dead field in HttpStreamFactoryImpl::Job

|force_quic_port_| is a dead field.

BUG=475060

Review-Url: https://codereview.chromium.org/2802123002
Cr-Commit-Position: refs/heads/master@{#462693}
parent 6cfb384a
......@@ -449,9 +449,6 @@ class HttpStreamFactoryImpl::Job {
// True if this job used an existing QUIC session.
bool using_existing_quic_session_;
// Force quic for a specific port.
int force_quic_port_;
scoped_refptr<HttpAuthController>
auth_controllers_[HttpAuth::AUTH_NUM_TARGETS];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment