| Index: chrome/browser/ui/views/toolbar/wrench_menu.h
|
| diff --git a/chrome/browser/ui/views/toolbar/wrench_menu.h b/chrome/browser/ui/views/toolbar/wrench_menu.h
|
| index 32da47b6caeaf97232f8d38f9536e446ce941217..97951564b60b07ddb53fd3703612345d9421c010 100644
|
| --- a/chrome/browser/ui/views/toolbar/wrench_menu.h
|
| +++ b/chrome/browser/ui/views/toolbar/wrench_menu.h
|
| @@ -60,11 +60,10 @@ class WrenchMenu : public views::MenuDelegate,
|
|
|
| // MenuDelegate overrides:
|
| virtual const gfx::FontList* GetLabelFontList(int command_id) const OVERRIDE;
|
| - virtual bool GetForegroundColor(int command_id,
|
| - bool is_hovered,
|
| - SkColor* override_color) const OVERRIDE;
|
| + virtual bool GetShouldUseDisabledEmphasizedForegroundColor(
|
| + int command_id) const OVERRIDE;
|
| virtual base::string16 GetTooltipText(int command_id,
|
| - const gfx::Point& p) const OVERRIDE;
|
| + const gfx::Point& p) const OVERRIDE;
|
| virtual bool IsTriggerableEvent(views::MenuItemView* menu,
|
| const ui::Event& e) OVERRIDE;
|
| virtual bool GetDropFormats(
|
|
|