| Index: net/http/http_network_session.h
|
| diff --git a/net/http/http_network_session.h b/net/http/http_network_session.h
|
| index 563c4a9d978687022bad6db545bc4921df2aae93..e5d3a5f64e3961f8c8890284e950d335887f4e81 100644
|
| --- a/net/http/http_network_session.h
|
| +++ b/net/http/http_network_session.h
|
| @@ -176,6 +176,9 @@ class NET_EXPORT HttpNetworkSession
|
| int quic_idle_connection_timeout_seconds;
|
| // If true, disable preconnections if QUIC can do 0RTT.
|
| bool quic_disable_preconnect_if_0rtt;
|
| + // If true, active QUIC sessions may be migrated onto new IPs when network
|
| + // changes.
|
| + bool quic_migrate_sessions_on_network_change;
|
| ProxyDelegate* proxy_delegate;
|
| };
|
|
|
|
|