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

Unified Diff: net/http/http_network_session.h

Issue 471613002: Change how QUIC negotiates pacing from congestion feedback to QUIC (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@Add_max_bandwidth_max_bandwidth_timestamp_73055131
Patch Set: Created 6 years, 4 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 21a692dc2899569f1cd58d209c76a082da4b4a58..f62232a22a63982092d6560020a6be12585e5258 100644
--- a/net/http/http_network_session.h
+++ b/net/http/http_network_session.h
@@ -110,7 +110,6 @@ class NET_EXPORT HttpNetworkSession
bool enable_quic;
bool enable_quic_port_selection;
- bool enable_quic_pacing;
bool enable_quic_time_based_loss_detection;
HostPortPair origin_to_force_quic_on;
QuicClock* quic_clock; // Will be owned by QuicStreamFactory.

Powered by Google App Engine
This is Rietveld 408576698