| Index: net/quic/quic_client_session.h
|
| diff --git a/net/quic/quic_client_session.h b/net/quic/quic_client_session.h
|
| index 2cd44566506349fe61e0b576b05dcd243d286975..cdb3ced228faca9cd90c0a376cb52b293e7531a9 100644
|
| --- a/net/quic/quic_client_session.h
|
| +++ b/net/quic/quic_client_session.h
|
| @@ -45,6 +45,8 @@ class NET_EXPORT_PRIVATE QuicClientSession : public QuicSession {
|
| // and passing the data along to the QuicConnection.
|
| void StartReading();
|
|
|
| + base::Value* GetInfoAsValue(const HostPortPair& pair) const;
|
| +
|
| protected:
|
| // QuicSession methods:
|
| virtual ReliableQuicStream* CreateIncomingReliableStream(
|
|
|