| Index: ipc/attachment_broker.cc
|
| diff --git a/ipc/attachment_broker.cc b/ipc/attachment_broker.cc
|
| index f53a4cf0123856fee418bf77a1e7a05e3bc9eb2e..e27414465047685bced9f9ba38893a591cf39266 100644
|
| --- a/ipc/attachment_broker.cc
|
| +++ b/ipc/attachment_broker.cc
|
| @@ -100,6 +100,10 @@ void AttachmentBroker::DeregisterBrokerCommunicationChannel(
|
| NOTREACHED();
|
| }
|
|
|
| +void AttachmentBroker::ReceivedPeerPid(base::ProcessId peer_pid) {
|
| + NOTREACHED();
|
| +}
|
| +
|
| bool AttachmentBroker::IsPrivilegedBroker() {
|
| NOTREACHED();
|
| return false;
|
|
|