Index: chrome/browser/ui/views/toolbar/app_menu.h |
diff --git a/chrome/browser/ui/views/toolbar/app_menu.h b/chrome/browser/ui/views/toolbar/app_menu.h |
index 1cae01745aa0d45b6f919eaff5c5efbf2f238e38..ce3fa5fd5cfd07ad16af35193b7eb88908d0cc07 100644 |
--- a/chrome/browser/ui/views/toolbar/app_menu.h |
+++ b/chrome/browser/ui/views/toolbar/app_menu.h |
@@ -67,8 +67,7 @@ class AppMenu : public views::MenuDelegate, |
// MenuDelegate overrides: |
const gfx::FontList* GetLabelFontList(int command_id) const override; |
- bool GetShouldUseDisabledEmphasizedForegroundColor( |
- int command_id) const override; |
+ bool GetShouldUseNormalForegroundColor(int command_id) const override; |
base::string16 GetTooltipText(int command_id, |
const gfx::Point& p) const override; |
bool IsTriggerableEvent(views::MenuItemView* menu, |