| Index: net/quic/quic_session.h
|
| diff --git a/net/quic/quic_session.h b/net/quic/quic_session.h
|
| index b2b6a06a464c93cc893969ae2127e7e5ba9ae44c..3867ff6a13747d7a48ba53d2d675ac4cd82836ca 100644
|
| --- a/net/quic/quic_session.h
|
| +++ b/net/quic/quic_session.h
|
| @@ -162,6 +162,8 @@ class NET_EXPORT_PRIVATE QuicSession : public QuicConnectionVisitorInterface {
|
|
|
| QuicErrorCode error() const { return error_; }
|
|
|
| + bool is_server() const { return is_server_; }
|
| +
|
| protected:
|
| // Creates a new stream, owned by the caller, to handle a peer-initiated
|
| // stream. Returns NULL and does error handling if the stream can not be
|
|
|