| Index: net/quic/quic_client_session.h
|
| diff --git a/net/quic/quic_client_session.h b/net/quic/quic_client_session.h
|
| index c17f632179b5fa6e5dfdc80c56818bbd72dc42d1..c2044fe9ad3e896d4717283db4ad7c14ad281500 100644
|
| --- a/net/quic/quic_client_session.h
|
| +++ b/net/quic/quic_client_session.h
|
| @@ -48,6 +48,8 @@ class NET_EXPORT_PRIVATE QuicClientSession : public QuicSession {
|
| // Close the session because of |error|.
|
| void CloseSessionOnError(int error);
|
|
|
| + base::Value* GetInfoAsValue(const HostPortPair& pair) const;
|
| +
|
| protected:
|
| // QuicSession methods:
|
| virtual ReliableQuicStream* CreateIncomingReliableStream(
|
|
|