Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3651)

Unified Diff: chrome/browser/ui/views/toolbar/wrench_menu.h

Issue 205153003: linux_aura: Don't inject black in WrenchMenu::GetForegroundColor(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Style nit Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..40440aa755ec9f0e05966b1fa9ebe0b8952739ea 100644
--- a/chrome/browser/ui/views/toolbar/wrench_menu.h
+++ b/chrome/browser/ui/views/toolbar/wrench_menu.h
@@ -60,9 +60,7 @@ 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 GetBoldedDisabled(int command_id) const OVERRIDE;
virtual base::string16 GetTooltipText(int command_id,
const gfx::Point& p) const OVERRIDE;
virtual bool IsTriggerableEvent(views::MenuItemView* menu,

Powered by Google App Engine
This is Rietveld 408576698