| Index: ipc/attachment_broker_privileged.h
|
| diff --git a/ipc/attachment_broker_privileged.h b/ipc/attachment_broker_privileged.h
|
| index 686bb9d282a2a83ac7eefbfbc82db1eb7765c671..8b855996cda9c43db08581f0e063fcbefb07ddad 100644
|
| --- a/ipc/attachment_broker_privileged.h
|
| +++ b/ipc/attachment_broker_privileged.h
|
| @@ -50,6 +50,7 @@ class IPC_EXPORT AttachmentBrokerPrivileged : public IPC::AttachmentBroker {
|
| // AttachmentBroker overrides.
|
| void RegisterCommunicationChannel(Endpoint* endpoint) override;
|
| void DeregisterCommunicationChannel(Endpoint* endpoint) override;
|
| + bool IsPrivilegedBroker() override;
|
|
|
| protected:
|
| // Returns the sender whose peer's process id is |id|.
|
|
|