| Index: trunk/src/net/quic/quic_client_session.h
|
| ===================================================================
|
| --- trunk/src/net/quic/quic_client_session.h (revision 290383)
|
| +++ trunk/src/net/quic/quic_client_session.h (working copy)
|
| @@ -35,7 +35,6 @@
|
| class QuicServerInfo;
|
| class QuicStreamFactory;
|
| class SSLInfo;
|
| -class TransportSecurityState;
|
|
|
| namespace test {
|
| class QuicClientSessionPeer;
|
| @@ -96,7 +95,6 @@
|
| scoped_ptr<QuicDefaultPacketWriter> writer,
|
| QuicStreamFactory* stream_factory,
|
| QuicCryptoClientStreamFactory* crypto_client_stream_factory,
|
| - TransportSecurityState* transport_security_state,
|
| scoped_ptr<QuicServerInfo> server_info,
|
| const QuicServerId& server_id,
|
| const QuicConfig& config,
|
| @@ -228,7 +226,6 @@
|
| scoped_ptr<DatagramClientSocket> socket_;
|
| scoped_ptr<QuicDefaultPacketWriter> writer_;
|
| scoped_refptr<IOBufferWithSize> read_buffer_;
|
| - TransportSecurityState* transport_security_state_;
|
| scoped_ptr<QuicServerInfo> server_info_;
|
| scoped_ptr<CertVerifyResult> cert_verify_result_;
|
| std::string pinning_failure_log_;
|
|
|