| Index: chrome/common/render_messages_internal.h
|
| diff --git a/chrome/common/render_messages_internal.h b/chrome/common/render_messages_internal.h
|
| index 58a9efaa1631152fc30c35f9d96b8cfdb6758256..a426d2f8e440fe81d45f573c089fc1cc1a1566ab 100644
|
| --- a/chrome/common/render_messages_internal.h
|
| +++ b/chrome/common/render_messages_internal.h
|
| @@ -1654,13 +1654,6 @@ IPC_MESSAGE_ROUTED3(ViewHostMsg_SendSerializedHtmlData,
|
| std::string /* data buffer */,
|
| int32 /* complete status */)
|
|
|
| -IPC_SYNC_MESSAGE_ROUTED4_1(ViewHostMsg_ShowModalHTMLDialog,
|
| - GURL /* url */,
|
| - int /* width */,
|
| - int /* height */,
|
| - std::string /* json_arguments */,
|
| - std::string /* json_retval */)
|
| -
|
| IPC_MESSAGE_ROUTED2(ViewHostMsg_DidGetApplicationInfo,
|
| int32 /* page_id */,
|
| WebApplicationInfo)
|
| @@ -1687,10 +1680,10 @@ IPC_MESSAGE_ROUTED4(ViewHostMsg_DidDownloadFavIcon,
|
| bool /* true if there was a network error */,
|
| SkBitmap /* image_data */)
|
|
|
| -// Get the CPBrowsingContext associated with the renderer sending this
|
| +// Sent when the renderer process is done processing a DataReceived
|
| // message.
|
| -IPC_SYNC_MESSAGE_CONTROL0_1(ViewHostMsg_GetCPBrowsingContext,
|
| - uint32 /* context */)
|
| +IPC_MESSAGE_ROUTED1(ViewHostMsg_DataReceived_ACK,
|
| + int /* request_id */)
|
|
|
| IPC_MESSAGE_CONTROL1(ViewHostMsg_RevealFolderInOS,
|
| FilePath /* path */)
|
|
|