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

Unified Diff: blimp/net/blimp_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/BUILD.gn ('k') | blimp/net/blimp_connection.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/net/blimp_connection.h
diff --git a/blimp/net/blimp_connection.h b/blimp/net/blimp_connection.h
index 246c10c227510438a1bb397b959ce90621b6db65..a662c4e10ef5d488ef5352ae3b2d1c555f66c030 100644
--- a/blimp/net/blimp_connection.h
+++ b/blimp/net/blimp_connection.h
@@ -16,7 +16,6 @@
class BlimpMessageProcessor;
class BlimpMessagePump;
-class BlimpMessageSender;
class PacketReader;
class PacketWriter;
@@ -53,7 +52,7 @@
std::unique_ptr<PacketReader> reader_;
std::unique_ptr<BlimpMessagePump> message_pump_;
std::unique_ptr<PacketWriter> writer_;
- std::unique_ptr<BlimpMessageSender> outgoing_msg_processor_;
+ std::unique_ptr<BlimpMessageProcessor> outgoing_msg_processor_;
base::ObserverList<ConnectionErrorObserver> error_observers_;
DISALLOW_COPY_AND_ASSIGN(BlimpConnection);
« no previous file with comments | « blimp/net/BUILD.gn ('k') | blimp/net/blimp_connection.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698