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

Unified Diff: blimp/net/stream_socket_connection.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_packet_writer_unittest.cc ('k') | blimp/net/stream_socket_connection.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/net/stream_socket_connection.h
diff --git a/blimp/net/stream_socket_connection.h b/blimp/net/stream_socket_connection.h
index 48c4c3edfcf6dcf66c1e8b4c456f88b7a082d8bc..f86de2209df9bc76d57ce0149868aca079253dec 100644
--- a/blimp/net/stream_socket_connection.h
+++ b/blimp/net/stream_socket_connection.h
@@ -15,13 +15,11 @@
} // namespace net
namespace blimp {
-class BlimpConnectionStatistics;
// BlimpConnection specialization for StreamSocket-based connections.
class StreamSocketConnection : public BlimpConnection {
public:
- StreamSocketConnection(std::unique_ptr<net::StreamSocket> socket,
- BlimpConnectionStatistics* statistics);
+ explicit StreamSocketConnection(std::unique_ptr<net::StreamSocket> socket);
~StreamSocketConnection() override;
« no previous file with comments | « blimp/net/stream_packet_writer_unittest.cc ('k') | blimp/net/stream_socket_connection.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698