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

Unified Diff: blimp/net/ssl_client_transport.h

Issue 1962393004: Added a debug info UI for Blimp (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added empty implementation for linux client 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
« no previous file with comments | « blimp/net/blimp_connection_statistics_unittest.cc ('k') | blimp/net/ssl_client_transport.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « blimp/net/blimp_connection_statistics_unittest.cc ('k') | blimp/net/ssl_client_transport.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698