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

Unified Diff: net/quic/core/quic_config.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 | « no previous file | net/quic/core/quic_config.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/core/quic_config.h
diff --git a/net/quic/core/quic_config.h b/net/quic/core/quic_config.h
index 286ba1c2af66e1904cf26c7618d1e7c2e28b54a3..1b0cf9c62186b51d1d44862ee6bf0851f001f6fd 100644
--- a/net/quic/core/quic_config.h
+++ b/net/quic/core/quic_config.h
@@ -351,10 +351,6 @@ class QUIC_EXPORT_PRIVATE QuicConfig {
uint32_t ReceivedSocketReceiveBuffer() const;
- void SetMultipathEnabled(bool multipath_enabled);
-
- bool MultipathEnabled() const;
-
void SetDisableConnectionMigration();
bool DisableConnectionMigration() const;
@@ -428,9 +424,6 @@ class QUIC_EXPORT_PRIVATE QuicConfig {
// TODO(ianswett): Deprecate once QUIC_VERSION_34 is deprecated.
QuicFixedUint32 socket_receive_buffer_;
- // Whether to support multipath for this connection.
- QuicNegotiableUint32 multipath_enabled_;
-
// Whether tell peer not to attempt connection migration.
QuicFixedUint32 connection_migration_disabled_;
« no previous file with comments | « no previous file | net/quic/core/quic_config.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698