Index: content/browser/renderer_host/render_process_host_impl.cc |
diff --git a/content/browser/renderer_host/render_process_host_impl.cc b/content/browser/renderer_host/render_process_host_impl.cc |
index 620489e966914ccc497d11c43cca07f10ab77452..25b9a4e441ec61d3282de3eb559e8c359cbc7d45 100644 |
--- a/content/browser/renderer_host/render_process_host_impl.cc |
+++ b/content/browser/renderer_host/render_process_host_impl.cc |
@@ -130,6 +130,7 @@ |
#include "content/common/view_messages.h" |
#include "content/gpu/gpu_host_messages.h" |
#include "content/public/browser/browser_context.h" |
+#include "content/public/browser/browser_thread.h" |
#include "content/public/browser/content_browser_client.h" |
#include "content/public/browser/navigator_connect_context.h" |
#include "content/public/browser/notification_service.h" |
@@ -731,7 +732,8 @@ bool RenderProcessHostImpl::Init() { |
channel_ = CreateChannelProxy(channel_id); |
#if USE_ATTACHMENT_BROKER |
IPC::AttachmentBroker::GetGlobal()->RegisterCommunicationChannel( |
- channel_.get()); |
+ channel_.get(), content::BrowserThread::GetMessageLoopProxyForThread( |
+ content::BrowserThread::IO)); |
#endif |
// Setup the Mojo channel. |