diff options
Diffstat (limited to 'chromium/ipc/attachment_broker.h')
| -rw-r--r-- | chromium/ipc/attachment_broker.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chromium/ipc/attachment_broker.h b/chromium/ipc/attachment_broker.h index 70383edf713..a106e297ef3 100644 --- a/chromium/ipc/attachment_broker.h +++ b/chromium/ipc/attachment_broker.h @@ -107,6 +107,10 @@ class IPC_EXPORT AttachmentBroker : public Listener { virtual void RegisterBrokerCommunicationChannel(Endpoint* endpoint); virtual void DeregisterBrokerCommunicationChannel(Endpoint* endpoint); + // Informs the attachment broker that a channel endpoint has received its + // peer's PID. + virtual void ReceivedPeerPid(base::ProcessId peer_pid); + // True if and only if this broker is privileged. virtual bool IsPrivilegedBroker(); |
