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

Unified Diff: mojo/public/cpp/bindings/pipe_control_message_handler_delegate.h

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/pipe_control_message_handler_delegate.h
diff --git a/mojo/public/cpp/bindings/pipe_control_message_handler_delegate.h b/mojo/public/cpp/bindings/pipe_control_message_handler_delegate.h
index 4b252c3eed2d2842ab02a8864f5f5bc7125d1ebf..16fd918d5df3e743329459829ffea4950852f093 100644
--- a/mojo/public/cpp/bindings/pipe_control_message_handler_delegate.h
+++ b/mojo/public/cpp/bindings/pipe_control_message_handler_delegate.h
@@ -19,7 +19,6 @@ class PipeControlMessageHandlerDelegate {
virtual bool OnPeerAssociatedEndpointClosed(
InterfaceId id,
const base::Optional<DisconnectReason>& reason) = 0;
- virtual bool OnAssociatedEndpointClosedBeforeSent(InterfaceId id) = 0;
protected:
virtual ~PipeControlMessageHandlerDelegate() {}

Powered by Google App Engine
This is Rietveld 408576698