Index: content/common/view_messages.h |
diff --git a/content/common/view_messages.h b/content/common/view_messages.h |
index 6811f77ec7ca84d728bd9bf969e66b7fa5166d75..78ed9fe46b79ff13abfcf919da8dabd4bc0ae08f 100644 |
--- a/content/common/view_messages.h |
+++ b/content/common/view_messages.h |
@@ -1271,6 +1271,8 @@ IPC_MESSAGE_ROUTED3(ViewMsg_WindowSnapshotCompleted, |
IPC_MESSAGE_CONTROL1(ViewMsg_SetWebKitSharedTimersSuspended, |
bool /* suspend */) |
+IPC_MESSAGE_ROUTED0(ViewMsg_PauseVideo); |
+ |
#if defined(OS_ANDROID) |
// Sent when the browser wants the bounding boxes of the current find matches. |
// |
@@ -2277,6 +2279,8 @@ IPC_MESSAGE_ROUTED2(ViewHostMsg_UpdateFaviconURL, |
IPC_MESSAGE_ROUTED1(ViewHostMsg_DidFirstVisuallyNonEmptyPaint, |
int /* page_id */) |
+ |
+ |
boliu
2013/09/19 01:58:39
nit: remove new lines
benm (inactive)
2013/09/19 03:27:32
Done.
|
#if defined(OS_ANDROID) |
// Response to ViewMsg_FindMatchRects. |
// |