Index: chrome/browser/wrench_menu_model.h |
diff --git a/chrome/browser/wrench_menu_model.h b/chrome/browser/wrench_menu_model.h |
index 75075070a4c6b8f68c5f43739e0441e9aee6f86f..f8eece17562ff4cd01aa2f400d29070e1bbcfea7 100644 |
--- a/chrome/browser/wrench_menu_model.h |
+++ b/chrome/browser/wrench_menu_model.h |
@@ -94,6 +94,7 @@ class WrenchMenuModel : public menus::SimpleMenuModel, |
virtual bool IsLabelForCommandIdDynamic(int command_id) const; |
virtual string16 GetLabelForCommandId(int command_id) const; |
virtual void ExecuteCommand(int command_id); |
+ virtual bool IsCommandIdEnabled(int command_id) const; |
// Overridden from TabStripModelObserver: |
virtual void TabSelectedAt(TabContents* old_contents, |