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

Unified Diff: net/quic/core/quic_connection.h

Issue 2739313002: Remove multipath_enabled from quic_config and quic_connection. No functional change expected. (Closed)
Patch Set: Created 3 years, 9 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
« no previous file with comments | « net/quic/core/quic_config.cc ('k') | net/quic/core/quic_connection.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/core/quic_connection.h
diff --git a/net/quic/core/quic_connection.h b/net/quic/core/quic_connection.h
index d04d970e90278d34b268da99ad191f113665214e..f38adabd747e28b60573752e3fa6b2892adcc290 100644
--- a/net/quic/core/quic_connection.h
+++ b/net/quic/core/quic_connection.h
@@ -1079,9 +1079,6 @@ class QUIC_EXPORT_PRIVATE QuicConnection
// Whether a GoAway has been received.
bool goaway_received_;
- // If true, multipath is enabled for this connection.
- bool multipath_enabled_;
-
// Indicates whether a write error is encountered currently. This is used to
// avoid infinite write errors.
bool write_error_occured_;
« no previous file with comments | « net/quic/core/quic_config.cc ('k') | net/quic/core/quic_connection.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698