| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index e10872a97a3a816184c39adc5c5cf11e9f2c0474..6aa5855ca0e0907118e236a7a4e05283694c7d42 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -27,6 +27,7 @@
|
| #include "content/public/common/common_param_traits.h"
|
| #include "content/public/common/favicon_url.h"
|
| #include "content/public/common/menu_item.h"
|
| +#include "content/public/common/message_port.h"
|
| #include "content/public/common/page_state.h"
|
| #include "content/public/common/page_zoom.h"
|
| #include "content/public/common/referrer.h"
|
| @@ -701,8 +702,8 @@ IPC_MESSAGE_CONTROL1(ViewHostMsg_DocumentDetached, uint64_t /* document_id */)
|
| // A renderer sends this to the browser process when it wants to connect to a
|
| // worker.
|
| IPC_MESSAGE_CONTROL2(ViewHostMsg_ConnectToWorker,
|
| - int /* route_id */,
|
| - int /* sent_message_port_id */)
|
| + int32_t /* worker_route_id */,
|
| + content::MessagePort /* port */)
|
|
|
| // Tells the browser that a specific Appcache manifest in the current page
|
| // was accessed.
|
|
|