| Index: chrome/browser/tab_contents/render_view_context_menu_observer.h
|
| ===================================================================
|
| --- chrome/browser/tab_contents/render_view_context_menu_observer.h (revision 107682)
|
| +++ chrome/browser/tab_contents/render_view_context_menu_observer.h (working copy)
|
| @@ -93,6 +93,7 @@
|
| // Called when the RenderViewContextMenu class sets the initial status of the
|
| // specified context-menu item. If we need to enable or disable a context-menu
|
| // item while showing, use RenderViewContextMenuDelegate::UpdateMenuItem().
|
| + virtual bool IsCommandIdChecked(int command_id);
|
| virtual bool IsCommandIdEnabled(int command_id);
|
|
|
| // Called when a user selects the specified context-menu item.
|
|
|