| Index: net/quic/quic_session.h
|
| diff --git a/net/quic/quic_session.h b/net/quic/quic_session.h
|
| index fd30fc25ded8ac4e4c65827be69a7b5d0852ac87..0c8cb7ed84b9a5cf1415ecc5f63da3a00373be37 100644
|
| --- a/net/quic/quic_session.h
|
| +++ b/net/quic/quic_session.h
|
| @@ -186,9 +186,6 @@ class NET_EXPORT_PRIVATE QuicSession : public QuicConnectionVisitorInterface {
|
| // Returns true if any stream is flow controller blocked.
|
| bool IsStreamFlowControlBlocked();
|
|
|
| - // Returns true if this is a secure QUIC session.
|
| - bool IsSecure() const { return connection()->is_secure(); }
|
| -
|
| size_t get_max_open_streams() const { return max_open_streams_; }
|
|
|
| size_t get_max_available_streams() const {
|
|
|