| Index: ipc/attachment_broker.cc
|
| diff --git a/ipc/attachment_broker.cc b/ipc/attachment_broker.cc
|
| index 9498215c74bea0d0d5d602ec1b43e289b9feaa80..50e3e2d9ae74faae5ab3050cae4ab88ee4207c17 100644
|
| --- a/ipc/attachment_broker.cc
|
| +++ b/ipc/attachment_broker.cc
|
| @@ -82,20 +82,6 @@
|
| NOTREACHED();
|
| }
|
|
|
| -void AttachmentBroker::RegisterBrokerCommunicationChannel(Endpoint* endpoint) {
|
| - NOTREACHED();
|
| -}
|
| -
|
| -void AttachmentBroker::DeregisterBrokerCommunicationChannel(
|
| - Endpoint* endpoint) {
|
| - NOTREACHED();
|
| -}
|
| -
|
| -bool AttachmentBroker::IsPrivilegedBroker() {
|
| - NOTREACHED();
|
| - return false;
|
| -}
|
| -
|
| void AttachmentBroker::HandleReceivedAttachment(
|
| const scoped_refptr<BrokerableAttachment>& attachment) {
|
| {
|
|
|