| 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);
|
|
|