Index: ui/views/controls/menu/menu_delegate.h |
diff --git a/ui/views/controls/menu/menu_delegate.h b/ui/views/controls/menu/menu_delegate.h |
index cca690f243130b7fd9f5b171d2ff05296d962022..3b7cb7f6241deca546aacdb32ad628fabad93a12 100644 |
--- a/ui/views/controls/menu/menu_delegate.h |
+++ b/ui/views/controls/menu/menu_delegate.h |
@@ -73,9 +73,9 @@ class VIEWS_EXPORT MenuDelegate { |
// The font for the menu item label. |
virtual const gfx::FontList* GetLabelFontList(int id) const; |
- // Whether this item should be displayed with a bolder color when disabled. |
- virtual bool GetShouldUseDisabledEmphasizedForegroundColor( |
- int command_id) const; |
+ // Whether this item should be displayed with the normal text color, even if |
+ // it's disabled. |
+ virtual bool GetShouldUseNormalForegroundColor(int command_id) const; |
// Override the text color of a given menu item dependent on the |
// |command_id| and its |is_hovered| state. Returns true if it chooses to |