Index: chrome/browser/tab_contents/render_view_context_menu_gtk.h |
=================================================================== |
--- chrome/browser/tab_contents/render_view_context_menu_gtk.h (revision 99616) |
+++ chrome/browser/tab_contents/render_view_context_menu_gtk.h (working copy) |
@@ -28,6 +28,11 @@ |
// Menu::Delegate implementation --------------------------------------------- |
virtual bool AlwaysShowIconForCmd(int command_id) const; |
+ // RenderViewContextMenuDelegate implementation ------------------------------ |
+ virtual void UpdateMenuItem(int command_id, |
+ bool enabled, |
+ const string16& title) OVERRIDE; |
+ |
protected: |
// RenderViewContextMenu implementation -------------------------------------- |
virtual void PlatformInit(); |