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

Unified Diff: chrome/browser/tab_contents/render_view_context_menu.h

Issue 155954: Implement sending actions back to the render for media element context menus. (Closed)
Patch Set: remove uneeded bits. 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
Index: chrome/browser/tab_contents/render_view_context_menu.h
diff --git a/chrome/browser/tab_contents/render_view_context_menu.h b/chrome/browser/tab_contents/render_view_context_menu.h
index 4fc97f6423fe575d76e2eaef3de2dbed3940dd10..437687052495c2f005c944dd6cb57c074e8912f3 100644
--- a/chrome/browser/tab_contents/render_view_context_menu.h
+++ b/chrome/browser/tab_contents/render_view_context_menu.h
@@ -25,7 +25,7 @@ class RenderViewContextMenu {
void Init();
protected:
- void InitMenu(ContextNode node, ContextMenuMediaParams media_params);
+ void InitMenu(ContextNodeType node, ContextMenuMediaParams media_params);
// Functions to be implemented by platform-specific subclasses ---------------
@@ -101,6 +101,8 @@ class RenderViewContextMenu {
void WriteTextToClipboard(const string16& text);
void WriteURLToClipboard(const GURL& url);
+ void MediaPlayerActionAt(int x, int y, const MediaPlayerAction& action);
+
bool IsDevCommandEnabled(int id) const;
DISALLOW_COPY_AND_ASSIGN(RenderViewContextMenu);
« no previous file with comments | « chrome/browser/renderer_host/render_view_host.cc ('k') | chrome/browser/tab_contents/render_view_context_menu.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698