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

Unified Diff: blimp/net/blimp_connection.h

Issue 1962393004: Added a debug info UI for Blimp (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added empty implementation for linux client 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 a662c4e10ef5d488ef5352ae3b2d1c555f66c030..246c10c227510438a1bb397b959ce90621b6db65 100644
--- a/blimp/net/blimp_connection.h
+++ b/blimp/net/blimp_connection.h
@@ -16,6 +16,7 @@ namespace blimp {
class BlimpMessageProcessor;
class BlimpMessagePump;
+class BlimpMessageSender;
class PacketReader;
class PacketWriter;
@@ -52,7 +53,7 @@ class BLIMP_NET_EXPORT BlimpConnection : public ConnectionErrorObserver {
std::unique_ptr<PacketReader> reader_;
std::unique_ptr<BlimpMessagePump> message_pump_;
std::unique_ptr<PacketWriter> writer_;
- std::unique_ptr<BlimpMessageProcessor> outgoing_msg_processor_;
+ std::unique_ptr<BlimpMessageSender> 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