Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(414)

Unified Diff: net/http/http_stream_factory_impl_job.h

Issue 903213003: Enable QUIC for proxies based on Finch config and command line switch. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Followed on what we discussed. Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698