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

Unified Diff: chrome/common/render_messages_internal.h

Issue 159471: Merge 21466 - Allow the browser to send actions back to the render for media ... (Closed) Base URL: svn://chrome-svn/chrome/branches/195/src/
Patch Set: Created 11 years, 5 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
« no previous file with comments | « chrome/common/render_messages.h ('k') | chrome/renderer/render_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/render_messages_internal.h
===================================================================
--- chrome/common/render_messages_internal.h (revision 21785)
+++ chrome/common/render_messages_internal.h (working copy)
@@ -65,6 +65,13 @@
IPC_MESSAGE_ROUTED1(ViewMsg_SetRendererPrefs,
RendererPreferences)
+ // Tells the renderer to perform the given action on the media player
+ // located at |x|, |y|.
+ IPC_MESSAGE_ROUTED3(ViewMsg_MediaPlayerActionAt,
+ int32 /* x */,
+ int32 /* y */,
+ MediaPlayerAction)
+
// Tells the render view to close.
IPC_MESSAGE_ROUTED0(ViewMsg_Close)
Property changes on: chrome\common\render_messages_internal.h
___________________________________________________________________
Modified: svn:mergeinfo
Merged /trunk/src/chrome/common/render_messages_internal.h:r21466
« no previous file with comments | « chrome/common/render_messages.h ('k') | chrome/renderer/render_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698