| Index: blimp/net/ssl_client_transport.h
|
| diff --git a/blimp/net/ssl_client_transport.h b/blimp/net/ssl_client_transport.h
|
| index 13a3ae7b74a85a0190c61c6725d4e8fa36564042..df91b7d1c98520950bccd6636a7013875b3f0880 100644
|
| --- a/blimp/net/ssl_client_transport.h
|
| +++ b/blimp/net/ssl_client_transport.h
|
| @@ -29,6 +29,7 @@ class TransportSecurityState;
|
| namespace blimp {
|
|
|
| class BlimpConnection;
|
| +class BlimpConnectionStatistics;
|
|
|
| // Creates and connects SSL socket connections to an Engine.
|
| class BLIMP_NET_EXPORT SSLClientTransport : public TCPClientTransport {
|
| @@ -39,6 +40,7 @@ class BLIMP_NET_EXPORT SSLClientTransport : public TCPClientTransport {
|
| // |net_log|: the socket event log (optional).
|
| SSLClientTransport(const net::IPEndPoint& ip_endpoint,
|
| scoped_refptr<net::X509Certificate> cert,
|
| + BlimpConnectionStatistics* statistics,
|
| net::NetLog* net_log);
|
|
|
| ~SSLClientTransport() override;
|
|
|