| Index: mojo/edk/system/ports/node.h
|
| diff --git a/mojo/edk/system/ports/node.h b/mojo/edk/system/ports/node.h
|
| index 70471e3246e3f03e9695836ef7cd9a8c178d90ac..3aeadcaeb4037e1322263c7a70fb9638629f16fe 100644
|
| --- a/mojo/edk/system/ports/node.h
|
| +++ b/mojo/edk/system/ports/node.h
|
| @@ -182,6 +182,8 @@ class Node {
|
| void MaybeRemoveProxy_Locked(const LockedPort& port,
|
| const PortName& port_name);
|
| void TryRemoveProxy(PortRef port_ref);
|
| + void DestroyAllPortsWithPeer(const NodeName& node_name,
|
| + const PortName& port_name);
|
|
|
| ScopedMessage NewInternalMessage_Helper(const PortName& port_name,
|
| const EventType& type,
|
|
|