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

Unified Diff: blimp/net/ssl_client_transport_unittest.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.cc ('k') | blimp/net/stream_packet_reader.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/net/ssl_client_transport_unittest.cc
diff --git a/blimp/net/ssl_client_transport_unittest.cc b/blimp/net/ssl_client_transport_unittest.cc
index 18883726e5664387f0ad36a69dba3fd4e3e3d9fe..c4d3113295fff8e098da01117fc5ea14332fa4af 100644
--- a/blimp/net/ssl_client_transport_unittest.cc
+++ b/blimp/net/ssl_client_transport_unittest.cc
@@ -6,7 +6,6 @@
#include "base/message_loop/message_loop.h"
#include "base/run_loop.h"
#include "blimp/net/blimp_connection.h"
-#include "blimp/net/blimp_connection_statistics.h"
#include "blimp/net/ssl_client_transport.h"
#include "net/base/address_list.h"
#include "net/base/ip_address.h"
@@ -61,13 +60,11 @@
void ConfigureTransport(const net::IPEndPoint& ip_endpoint) {
// The mock does not interact with the cert directly, so just leave it null.
scoped_refptr<net::X509Certificate> cert;
- transport_.reset(
- new SSLClientTransport(ip_endpoint, cert, &statistics_, &net_log_));
+ transport_.reset(new SSLClientTransport(ip_endpoint, cert, &net_log_));
transport_->SetClientSocketFactoryForTest(&socket_factory_);
}
base::MessageLoop message_loop;
- BlimpConnectionStatistics statistics_;
net::NetLog net_log_;
net::StaticSocketDataProvider tcp_connect_;
std::unique_ptr<net::SSLSocketDataProvider> ssl_connect_;
« no previous file with comments | « blimp/net/ssl_client_transport.cc ('k') | blimp/net/stream_packet_reader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698