Index: chrome/browser/gtk/browser_actions_toolbar_gtk.h |
diff --git a/chrome/browser/gtk/browser_actions_toolbar_gtk.h b/chrome/browser/gtk/browser_actions_toolbar_gtk.h |
index 5d8b1c3db32a2c81fdb696b8b401dec1d095ab74..452a642f7881b4ed17dd5c803428533881b4a2c7 100644 |
--- a/chrome/browser/gtk/browser_actions_toolbar_gtk.h |
+++ b/chrome/browser/gtk/browser_actions_toolbar_gtk.h |
@@ -117,13 +117,11 @@ class BrowserActionsToolbarGtk : public ExtensionToolbarModel::Observer, |
// SimpleMenuModel::Delegate implementation. |
// In our case, |command_id| is be the index into the model's extension list. |
- virtual bool IsCommandIdChecked(int command_id) const { return false; } |
- virtual bool IsCommandIdEnabled(int command_id) const { return true; } |
+ virtual bool IsCommandIdChecked(int command_id) const; |
+ virtual bool IsCommandIdEnabled(int command_id) const; |
virtual bool GetAcceleratorForCommandId( |
int command_id, |
- menus::Accelerator* accelerator) { |
- return false; |
- } |
+ menus::Accelerator* accelerator); |
virtual void ExecuteCommand(int command_id); |
// MenuGtk::Delegate implementation. |