| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 67143d25c8f9a066980e8a9c4daadbea50fdff22..c262e694e63d86be9b906c802c6bbb8c21d1cc99 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -575,6 +575,11 @@ IPC_MESSAGE_ROUTED1(ViewMsg_PpapiBrokerPermissionResult,
|
| IPC_MESSAGE_ROUTED1(ViewMsg_ReleaseDisambiguationPopupBitmap,
|
| cc::SharedBitmapId /* id */)
|
|
|
| +IPC_MESSAGE_ROUTED3(ViewMsg_ResolveTapDisambiguation,
|
| + double /* timestamp_seconds */,
|
| + gfx::Point /* tap_viewport_offset */,
|
| + bool /* is_long_press */)
|
| +
|
| // Fetches complete rendered content of a web page as plain text.
|
| IPC_MESSAGE_ROUTED0(ViewMsg_GetRenderedText)
|
|
|
|
|