| Index: net/quic/quic_session.h
|
| diff --git a/net/quic/quic_session.h b/net/quic/quic_session.h
|
| index 712d0d60eae5f1c64cc586a3d9a28e368ab6b93e..2f6a931f46707790131953bec524b20df98237da 100644
|
| --- a/net/quic/quic_session.h
|
| +++ b/net/quic/quic_session.h
|
| @@ -78,6 +78,7 @@ class NET_EXPORT_PRIVATE QuicSession : public QuicConnectionVisitorInterface {
|
| bool WillingAndAbleToWrite() const override;
|
| bool HasPendingHandshake() const override;
|
| bool HasOpenDynamicStreams() const override;
|
| + void MaybeMigrateConnection() override;
|
|
|
| // Called on every incoming packet. Passes |packet| through to |connection_|.
|
| virtual void ProcessUdpPacket(const IPEndPoint& self_address,
|
|
|