| Index: ipc/attachment_broker.cc
|
| diff --git a/ipc/attachment_broker.cc b/ipc/attachment_broker.cc
|
| index df3e724632852d6299efb5ace06c096d1303327d..f53a4cf0123856fee418bf77a1e7a05e3bc9eb2e 100644
|
| --- a/ipc/attachment_broker.cc
|
| +++ b/ipc/attachment_broker.cc
|
| @@ -81,7 +81,9 @@ void AttachmentBroker::RemoveObserver(AttachmentBroker::Observer* observer) {
|
| observers_.erase(it);
|
| }
|
|
|
| -void AttachmentBroker::RegisterCommunicationChannel(Endpoint* endpoint) {
|
| +void AttachmentBroker::RegisterCommunicationChannel(
|
| + Endpoint* endpoint,
|
| + scoped_refptr<base::SingleThreadTaskRunner> runner) {
|
| NOTREACHED();
|
| }
|
|
|
|
|