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

Unified Diff: mojo/public/cpp/bindings/lib/pipe_control_message_handler.cc

Issue 1475813002: Mojo C++ bindings: support passing associated interface pointers/requests in method parameter lists… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@25_use_multiplex_router
Patch Set: Created 5 years, 1 month 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
Index: mojo/public/cpp/bindings/lib/pipe_control_message_handler.cc
diff --git a/mojo/public/cpp/bindings/lib/pipe_control_message_handler.cc b/mojo/public/cpp/bindings/lib/pipe_control_message_handler.cc
index be99612194e1867a06af1a5fa8a4ab55addc5337..6a5c224ed680b01e3497dd59ad8170d51d7e92d8 100644
--- a/mojo/public/cpp/bindings/lib/pipe_control_message_handler.cc
+++ b/mojo/public/cpp/bindings/lib/pipe_control_message_handler.cc
@@ -54,7 +54,7 @@ bool PipeControlMessageHandler::RunOrClosePipe(Message* message) {
params->DecodePointersAndHandles(message->mutable_handles());
pipe_control::RunOrClosePipeMessageParamsPtr params_ptr;
- Deserialize_(params, &params_ptr);
+ Deserialize_(params, &params_ptr, nullptr);
if (params_ptr->input->is_peer_associated_endpoint_closed_event()) {
return delegate_->OnPeerAssociatedEndpointClosed(
« no previous file with comments | « mojo/public/cpp/bindings/lib/map_serialization.h ('k') | mojo/public/cpp/bindings/lib/string_serialization.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698