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..caa70fe931682289f3a5d7ef9748625eefaf9843 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 using QUIC proxy. |
bengr
2015/02/07 01:48:48
This comment doesn't make sense.
tbansal1
2015/02/10 19:46:07
Done.
|
+ bool using_quic_proxy_; |
+ |
QuicStreamRequest quic_request_; |
// True if this job used an existing QUIC session. |