| Index: ipc/ipc_channel_mojo.cc
|
| diff --git a/ipc/ipc_channel_mojo.cc b/ipc/ipc_channel_mojo.cc
|
| index 3b4e5e9cab8c003149549c399e58d808b32ebb4d..d0129e3fe0833596ac3b576886f6d3e4ca54fd8f 100644
|
| --- a/ipc/ipc_channel_mojo.cc
|
| +++ b/ipc/ipc_channel_mojo.cc
|
| @@ -468,11 +468,6 @@ MojoResult ChannelMojo::WriteToMessageAttachmentSet(
|
| return MOJO_RESULT_OK;
|
| }
|
|
|
| -mojo::AssociatedGroup* ChannelMojo::GetAssociatedGroup() {
|
| - DCHECK(bootstrap_);
|
| - return bootstrap_->GetAssociatedGroup();
|
| -}
|
| -
|
| void ChannelMojo::AddGenericAssociatedInterface(
|
| const std::string& name,
|
| const GenericAssociatedInterfaceFactory& factory) {
|
|
|