| Index: content/child/child_thread_impl.cc
|
| diff --git a/content/child/child_thread_impl.cc b/content/child/child_thread_impl.cc
|
| index 88ffed79bd83f5896ced6a96863c660ec377e302..fff9fe18bc8aa13acf370e4578dfe0a506aefb7d 100644
|
| --- a/content/child/child_thread_impl.cc
|
| +++ b/content/child/child_thread_impl.cc
|
| @@ -611,6 +611,8 @@ bool ChildThreadImpl::OnMessageReceived(const IPC::Message& msg) {
|
| return true;
|
| if (file_system_dispatcher_->OnMessageReceived(msg))
|
| return true;
|
| + if (attachment_broker_ && attachment_broker_->OnMessageReceived(msg))
|
| + return true;
|
|
|
| bool handled = true;
|
| IPC_BEGIN_MESSAGE_MAP(ChildThreadImpl, msg)
|
|
|