| Index: net/quic/quic_session.h
|
| diff --git a/net/quic/quic_session.h b/net/quic/quic_session.h
|
| index 10ede55d6c31b9e0d907b972efceeb89d26380a6..e5793d78cd078c5f248ed37b24fa728d690d8f5d 100644
|
| --- a/net/quic/quic_session.h
|
| +++ b/net/quic/quic_session.h
|
| @@ -106,7 +106,7 @@ class NET_EXPORT_PRIVATE QuicSession : public QuicConnectionVisitorInterface {
|
|
|
| // Returns mutable config for this session. Returned config is owned
|
| // by QuicSession.
|
| - virtual QuicConfig* config();
|
| + QuicConfig* config();
|
|
|
| // Returns true if the stream existed previously and has been closed.
|
| // Returns false if the stream is still active or if the stream has
|
|
|