| Index: net/quic/quic_session.h
|
| diff --git a/net/quic/quic_session.h b/net/quic/quic_session.h
|
| index d23b684d4f20d4bf89c8c17d39db5a5fd1d12a40..b9ce0de5072b8dbdb66a6c98c11ec20bbec404da 100644
|
| --- a/net/quic/quic_session.h
|
| +++ b/net/quic/quic_session.h
|
| @@ -175,8 +175,6 @@ class NET_EXPORT_PRIVATE QuicSession : public QuicConnectionVisitorInterface {
|
| return connection_->connection_id();
|
| }
|
|
|
| - QuicPacketCreator::Options* options() { return connection()->options(); }
|
| -
|
| // Returns the number of currently open streams, including those which have
|
| // been implicitly created, but excluding the reserved headers and crypto
|
| // streams.
|
|
|