Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2987)

Unified Diff: blimp/net/ssl_client_transport.h

Issue 2019463002: Reland: Added a debug info UI for Blimp (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed an ownership issue Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698