| Index: net/quic/quic_client_session.h
|
| diff --git a/net/quic/quic_client_session.h b/net/quic/quic_client_session.h
|
| index a82339c0069c086e44a30168500b960cc63af96d..6112e1eb492ebe73840f5ec903eda59266296eb1 100644
|
| --- a/net/quic/quic_client_session.h
|
| +++ b/net/quic/quic_client_session.h
|
| @@ -228,6 +228,7 @@ class NET_EXPORT_PRIVATE QuicClientSession : public QuicClientSessionBase {
|
| scoped_refptr<IOBufferWithSize> read_buffer_;
|
| scoped_ptr<QuicServerInfo> server_info_;
|
| scoped_ptr<CertVerifyResult> cert_verify_result_;
|
| + std::string pinning_failure_log_;
|
| ObserverSet observers_;
|
| StreamRequestQueue stream_requests_;
|
| bool read_pending_;
|
|
|