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

Unified Diff: net/http/http_network_session.h

Issue 1862193002: Enable QUIC for proxies only when QUIC is enabled (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed sclittle comments Created 4 years, 7 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_network_session.h
diff --git a/net/http/http_network_session.h b/net/http/http_network_session.h
index f0206fdda540184ab00632f2b486af94c6c5912e..d122775116bacf191d3e24af28597f0fc140f27f 100644
--- a/net/http/http_network_session.h
+++ b/net/http/http_network_session.h
@@ -110,8 +110,6 @@ class NET_EXPORT HttpNetworkSession
bool enable_quic;
// Disable QUIC if a connection times out with open streams.
bool disable_quic_on_timeout_with_open_streams;
- // Enables QUIC for proxies.
- bool enable_quic_for_proxies;
// Instruct QUIC to use consistent ephemeral ports when talking to
// the same server.
bool enable_quic_port_selection;

Powered by Google App Engine
This is Rietveld 408576698