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

Unified Diff: net/http/http_network_session.h

Issue 1137073003: Add a new disable_insecure_quic finch parameter to disable insecure QUIC. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cleanup Created 5 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 eb3a571299eb7f51cee809ac32e8821c3030bb19..43c6e04481686ff17df92c164c7a76e229f3c485 100644
--- a/net/http/http_network_session.h
+++ b/net/http/http_network_session.h
@@ -106,6 +106,7 @@ class NET_EXPORT HttpNetworkSession
double alternative_service_probability_threshold;
bool enable_quic;
+ bool disable_insecure_quic;
bool enable_quic_for_proxies;
bool enable_quic_port_selection;
bool quic_always_require_handshake_confirmation;

Powered by Google App Engine
This is Rietveld 408576698