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

Unified Diff: mojo/public/cpp/bindings/lib/multiplex_router.h

Issue 2674483002: Mojo C++ bindings: fix MultiplexRouter and ChannelAssociatedGroupController. (Closed)
Patch Set: . Created 3 years, 11 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 | « ipc/ipc_mojo_bootstrap.cc ('k') | mojo/public/cpp/bindings/lib/multiplex_router.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/cpp/bindings/lib/multiplex_router.h
diff --git a/mojo/public/cpp/bindings/lib/multiplex_router.h b/mojo/public/cpp/bindings/lib/multiplex_router.h
index ac10f931d4d12c477db8fc5ec90f6430a7017780..3d7806c9ed781a2f3b1dbaa8dbc3f10edfa29773 100644
--- a/mojo/public/cpp/bindings/lib/multiplex_router.h
+++ b/mojo/public/cpp/bindings/lib/multiplex_router.h
@@ -154,7 +154,7 @@ class MOJO_CPP_BINDINGS_EXPORT MultiplexRouter
private:
class InterfaceEndpoint;
- class IncomingMessageWrapper;
+ class MessageWrapper;
struct Task;
~MultiplexRouter() override;
@@ -209,7 +209,7 @@ class MOJO_CPP_BINDINGS_EXPORT MultiplexRouter
ClientCallBehavior client_call_behavior,
base::SingleThreadTaskRunner* current_task_runner);
bool ProcessIncomingMessage(
- IncomingMessageWrapper* message_wrapper,
+ Message* message,
ClientCallBehavior client_call_behavior,
base::SingleThreadTaskRunner* current_task_runner);
@@ -226,6 +226,7 @@ class MOJO_CPP_BINDINGS_EXPORT MultiplexRouter
void RaiseErrorInNonTestingMode();
InterfaceEndpoint* FindOrInsertEndpoint(InterfaceId id, bool* inserted);
+ InterfaceEndpoint* FindEndpoint(InterfaceId id);
void AssertLockAcquired();
« no previous file with comments | « ipc/ipc_mojo_bootstrap.cc ('k') | mojo/public/cpp/bindings/lib/multiplex_router.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698