Index: chrome/browser/tab_contents/render_view_context_menu_mac.h |
=================================================================== |
--- chrome/browser/tab_contents/render_view_context_menu_mac.h (revision 99616) |
+++ chrome/browser/tab_contents/render_view_context_menu_mac.h (working copy) |
@@ -25,6 +25,11 @@ |
virtual ~RenderViewContextMenuMac(); |
virtual void ExecuteCommand(int id); |
+ // RenderViewContextMenuDelegate implementation. |
+ virtual void UpdateMenuItem(int command_id, |
+ bool enabled, |
+ const string16& title) OVERRIDE; |
+ |
protected: |
// RenderViewContextMenu implementation- |
virtual void PlatformInit(); |