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

Unified Diff: net/http/http_network_session.h

Issue 2873243004: Do not mark QUIC as bad on network change events (Closed)
Patch Set: Created 3 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 f3eb086c3cb5b7fe97da3297269e58fbfd067132..d8e867fa0867ddbe5194ccd94ffa84e188abdf75 100644
--- a/net/http/http_network_session.h
+++ b/net/http/http_network_session.h
@@ -175,9 +175,6 @@ class NET_EXPORT HttpNetworkSession
bool quic_race_cert_verification;
// If true, configure QUIC sockets to not fragment packets.
bool quic_do_not_fragment;
- // If true, alternative service is not marked as broken if the alternative
- // job fails due to a network change event.
- bool quic_do_not_mark_as_broken_on_network_change;
// If true, estimate the initial RTT for QUIC connections based on network.
bool quic_estimate_initial_rtt;
« no previous file with comments | « components/network_session_configurator/network_session_configurator.cc ('k') | net/http/http_network_session.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698