| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index de626cac6048198104b99fd87f581074c41f4ab2..9e3b228fc0a29f3995427a45517869de4dae6fa6 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -946,9 +946,6 @@ IPC_MESSAGE_ROUTED1(ViewMsg_BeginFrame,
|
| // processed on the browser side.
|
| IPC_MESSAGE_ROUTED0(ViewMsg_ImeEventAck)
|
|
|
| -// Sent by the browser when we should pause video playback.
|
| -IPC_MESSAGE_ROUTED0(ViewMsg_PauseVideo);
|
| -
|
| // Extracts the data at the given rect, returning it through the
|
| // ViewHostMsg_SmartClipDataExtracted IPC.
|
| IPC_MESSAGE_ROUTED1(ViewMsg_ExtractSmartClipData,
|
|
|