Index: chrome/browser/ui/gtk/menu_gtk.h |
diff --git a/chrome/browser/ui/gtk/menu_gtk.h b/chrome/browser/ui/gtk/menu_gtk.h |
index abbe10573d288b738faebb6f4db2722143637a70..120be8eaf7b3665c1623b86fdebdf9050d7920bd 100644 |
--- a/chrome/browser/ui/gtk/menu_gtk.h |
+++ b/chrome/browser/ui/gtk/menu_gtk.h |
@@ -43,10 +43,10 @@ class MenuGtk { |
// Return true if we should override the "gtk-menu-images" system setting |
// when showing image menu items for this menu. |
- virtual bool AlwaysShowIconForCmd(int command_id) const { return false; } |
+ virtual bool AlwaysShowIconForCmd(int command_id) const; |
// Returns a tinted image used in button in a menu. |
- virtual GtkIconSet* GetIconSetForId(int idr) { return NULL; } |
+ virtual GtkIconSet* GetIconSetForId(int idr); |
// Returns an icon for the menu item, if available. |
virtual GtkWidget* GetImageForCommandId(int command_id) const; |