Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(89)

Unified Diff: content/common/view_messages.h

Issue 23464080: [Android] Decouple pausing video from RenderView pause. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.
//

Powered by Google App Engine
This is Rietveld 408576698