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

Unified Diff: blimp/net/ssl_client_transport.cc

Issue 2008283004: Revert of Added a debug info UI for Blimp (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/ssl_client_transport.h ('k') | blimp/net/ssl_client_transport_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/net/ssl_client_transport.cc
diff --git a/blimp/net/ssl_client_transport.cc b/blimp/net/ssl_client_transport.cc
index 19f3b3c0b95ead7617616007a939129bbc78c086..e5ccaf792130779b6a9cefb509bbfb087a5060bd 100644
--- a/blimp/net/ssl_client_transport.cc
+++ b/blimp/net/ssl_client_transport.cc
@@ -21,10 +21,8 @@
SSLClientTransport::SSLClientTransport(const net::IPEndPoint& ip_endpoint,
scoped_refptr<net::X509Certificate> cert,
- BlimpConnectionStatistics* statistics,
net::NetLog* net_log)
- : TCPClientTransport(ip_endpoint, statistics, net_log),
- ip_endpoint_(ip_endpoint) {
+ : TCPClientTransport(ip_endpoint, net_log), ip_endpoint_(ip_endpoint) {
// Test code may pass in a null value for |cert|. Only spin up a CertVerifier
// if there is a cert present.
if (cert) {
« no previous file with comments | « blimp/net/ssl_client_transport.h ('k') | blimp/net/ssl_client_transport_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698