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

Unified Diff: mojo/public/cpp/bindings/pipe_control_message_proxy.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_proxy.h
diff --git a/mojo/public/cpp/bindings/pipe_control_message_proxy.h b/mojo/public/cpp/bindings/pipe_control_message_proxy.h
index 24005c2f93ff209bd69f1467e6b6328192a84ad6..52c408f82774e9d2be1b8cc4d7d5bb66a7617a03 100644
--- a/mojo/public/cpp/bindings/pipe_control_message_proxy.h
+++ b/mojo/public/cpp/bindings/pipe_control_message_proxy.h
@@ -28,7 +28,6 @@ class MOJO_CPP_BINDINGS_EXPORT PipeControlMessageProxy {
void NotifyPeerEndpointClosed(InterfaceId id,
const base::Optional<DisconnectReason>& reason);
- void NotifyEndpointClosedBeforeSent(InterfaceId id);
static Message ConstructPeerEndpointClosedMessage(
InterfaceId id,

Powered by Google App Engine
This is Rietveld 408576698