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

Unified Diff: blimp/net/tcp_client_transport.h

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/stream_socket_connection.cc ('k') | blimp/net/tcp_client_transport.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/net/tcp_client_transport.h
diff --git a/blimp/net/tcp_client_transport.h b/blimp/net/tcp_client_transport.h
index 2bd6db807dd9df53f3c009d1278f0d4b75c9464b..35826a2cac40ca625c44c5b05f819d609a688b36 100644
--- a/blimp/net/tcp_client_transport.h
+++ b/blimp/net/tcp_client_transport.h
@@ -24,15 +24,12 @@
namespace blimp {
class BlimpConnection;
-class BlimpConnectionStatistics;
// BlimpTransport which creates a TCP connection to one of the specified
// |addresses| on each call to Connect().
class BLIMP_NET_EXPORT TCPClientTransport : public BlimpTransport {
public:
- TCPClientTransport(const net::IPEndPoint& ip_endpoint,
- BlimpConnectionStatistics* statistics,
- net::NetLog* net_log);
+ TCPClientTransport(const net::IPEndPoint& ip_endpoint, net::NetLog* net_log);
~TCPClientTransport() override;
void SetClientSocketFactoryForTest(net::ClientSocketFactory* factory);
@@ -60,7 +57,6 @@
private:
net::IPEndPoint ip_endpoint_;
- BlimpConnectionStatistics* blimp_connection_statistics_;
net::NetLog* net_log_;
net::CompletionCallback connect_callback_;
net::ClientSocketFactory* socket_factory_ = nullptr;
« no previous file with comments | « blimp/net/stream_socket_connection.cc ('k') | blimp/net/tcp_client_transport.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698