Index: chrome/browser/tab_contents/render_view_context_menu_mac.h |
=================================================================== |
--- chrome/browser/tab_contents/render_view_context_menu_mac.h (revision 81685) |
+++ chrome/browser/tab_contents/render_view_context_menu_mac.h (working copy) |
@@ -23,6 +23,7 @@ |
const ContextMenuParams& params, |
NSView* parent_view); |
virtual ~RenderViewContextMenuMac(); |
+ virtual void ExecuteCommand(int id); |
protected: |
// RenderViewContextMenu implementation- |