| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 5f1f14caa25ec3a036cb93fc7dca332a6d9110ba..6451d304e8b6c9d0b9fb738b5c9c17376d2ec9ae 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -1693,6 +1693,15 @@ IPC_SYNC_MESSAGE_CONTROL4_2(ViewHostMsg_OpenChannelToPlugin,
|
| IPC::ChannelHandle /* channel_handle */,
|
| webkit::WebPluginInfo /* info */)
|
|
|
| +// Sent by the renderer to the browser to start a vibration with the given
|
| +// duration.
|
| +IPC_MESSAGE_CONTROL1(ViewHostMsg_Vibrate,
|
| + unsigned /* milliseconds */)
|
| +
|
| +// Sent by the renderer to the browser to cancel the currently running
|
| +// vibration, if there is one.
|
| +IPC_MESSAGE_CONTROL0(ViewHostMsg_CancelVibration)
|
| +
|
| #if defined(OS_WIN)
|
| IPC_MESSAGE_ROUTED1(ViewHostMsg_WindowlessPluginDummyWindowCreated,
|
| gfx::NativeViewId /* dummy_activation_window */)
|
|
|