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

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

Issue 2660733002: Mojo C++ bindings: introduce an optional array to store transferred interface IDs in messages. (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 | « mojo/public/cpp/bindings/lib/message_internal.h ('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 c1e02984401bf5e6671e9793fc5e4f680da7190a..ac10f931d4d12c477db8fc5ec90f6430a7017780 100644
--- a/mojo/public/cpp/bindings/lib/multiplex_router.h
+++ b/mojo/public/cpp/bindings/lib/multiplex_router.h
@@ -154,6 +154,7 @@ class MOJO_CPP_BINDINGS_EXPORT MultiplexRouter
private:
class InterfaceEndpoint;
+ class IncomingMessageWrapper;
struct Task;
~MultiplexRouter() override;
@@ -208,7 +209,7 @@ class MOJO_CPP_BINDINGS_EXPORT MultiplexRouter
ClientCallBehavior client_call_behavior,
base::SingleThreadTaskRunner* current_task_runner);
bool ProcessIncomingMessage(
- Message* message,
+ IncomingMessageWrapper* message_wrapper,
ClientCallBehavior client_call_behavior,
base::SingleThreadTaskRunner* current_task_runner);
« no previous file with comments | « mojo/public/cpp/bindings/lib/message_internal.h ('k') | mojo/public/cpp/bindings/lib/multiplex_router.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698