| Index: net/quic/quic_connection.h
|
| diff --git a/net/quic/quic_connection.h b/net/quic/quic_connection.h
|
| index 55043eb7baa8a852a99db0666baa8a0aa9b38bf0..24a6354df04160f5062174bc2d4b7e1bea022794 100644
|
| --- a/net/quic/quic_connection.h
|
| +++ b/net/quic/quic_connection.h
|
| @@ -980,6 +980,9 @@ class NET_EXPORT_PRIVATE QuicConnection
|
| // Whether a GoAway has been received.
|
| bool goaway_received_;
|
|
|
| + // If true, multipath is enabled for this connection.
|
| + bool multipath_enabled_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(QuicConnection);
|
| };
|
|
|
|
|