Index: net/http/http_stream_factory_impl_job.h |
diff --git a/net/http/http_stream_factory_impl_job.h b/net/http/http_stream_factory_impl_job.h |
index 04342bff28d6eff23e74a4cc644d99ad68757530..33cefc7755046e60ba93ec119b15ed9f16f70a7b 100644 |
--- a/net/http/http_stream_factory_impl_job.h |
+++ b/net/http/http_stream_factory_impl_job.h |
@@ -298,6 +298,10 @@ class HttpStreamFactoryImpl::Job { |
// True if this network transaction is using QUIC instead of HTTP. |
bool using_quic_; |
+ |
+ // True if this network transaction is going through a QUIC proxy. |
+ bool using_quic_proxy_; |
+ |
QuicStreamRequest quic_request_; |
// True if this job used an existing QUIC session. |