| Index: ipc/mojo/ipc_channel_mojo.cc
|
| diff --git a/ipc/mojo/ipc_channel_mojo.cc b/ipc/mojo/ipc_channel_mojo.cc
|
| index 6c3e91c81ea7e8cc82a26cbc25e39b146f217535..e8e449630d65c6959990fa3d12de15e4f0794cc6 100644
|
| --- a/ipc/mojo/ipc_channel_mojo.cc
|
| +++ b/ipc/mojo/ipc_channel_mojo.cc
|
| @@ -530,7 +530,9 @@ MojoResult ChannelMojo::ReadFromMessageAttachmentSet(
|
| attachment.get())->TakeHandle();
|
| handles->push_back(handle.release().value());
|
| } break;
|
| - case MessageAttachment::TYPE_WIN_HANDLE:
|
| + case MessageAttachment::TYPE_BROKERABLE_ATTACHMENT:
|
| + // Brokerable attachments are handled by the AttachmentBroker so
|
| + // there's no need to do anything here.
|
| NOTREACHED();
|
| break;
|
| }
|
|
|