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

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

Issue 2646853003: Mojo C++ bindings: Simplify associated interface API. (Closed)
Patch Set: . Created 3 years, 10 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
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 bf3bb97d5ac5adcacf94d78712a0244b387550a8..d451c05a5fb888a0e9ca16f9df72fcd0ef86c441 100644
--- a/mojo/public/cpp/bindings/lib/pipe_control_message_handler.cc
+++ b/mojo/public/cpp/bindings/lib/pipe_control_message_handler.cc
@@ -81,11 +81,6 @@ bool PipeControlMessageHandler::RunOrClosePipe(Message* message) {
}
return delegate_->OnPeerAssociatedEndpointClosed(event->id, reason);
}
- if (params_ptr->input->is_associated_endpoint_closed_before_sent_event()) {
- return delegate_->OnAssociatedEndpointClosedBeforeSent(
- params_ptr->input->get_associated_endpoint_closed_before_sent_event()
- ->id);
- }
DVLOG(1) << "Unsupported command in a RunOrClosePipe message pipe control "
<< "message. Closing the pipe.";
« no previous file with comments | « mojo/public/cpp/bindings/lib/multiplex_router.cc ('k') | mojo/public/cpp/bindings/lib/pipe_control_message_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698