| Index: chrome/browser/ui/libgtk2ui/gtk2_ui.cc
|
| diff --git a/chrome/browser/ui/libgtk2ui/gtk2_ui.cc b/chrome/browser/ui/libgtk2ui/gtk2_ui.cc
|
| index 355228e12a988b557dc7feb37b9c23106445d4e4..c9d25bf01e9e97f73b4168472b4b11f73167003c 100644
|
| --- a/chrome/browser/ui/libgtk2ui/gtk2_ui.cc
|
| +++ b/chrome/browser/ui/libgtk2ui/gtk2_ui.cc
|
| @@ -557,9 +557,12 @@ gfx::Image Gtk2UI::GetThemeImageNamed(int id) const {
|
|
|
| bool Gtk2UI::GetTint(int id, color_utils::HSL* tint) const {
|
| switch (id) {
|
| + // Tints for which the cross-platform default is fine. Before adding new
|
| + // values here, specifically verify they work well on Linux.
|
| case ThemeProperties::TINT_BACKGROUND_TAB:
|
| - // Tints for which the cross-platform default is fine. Before adding new
|
| - // values here, specifically verify they work well on Linux.
|
| + // TODO(estade): Return something useful for TINT_BUTTONS so that chrome://
|
| + // page icons are colored appropriately.
|
| + case ThemeProperties::TINT_BUTTONS:
|
| break;
|
| default:
|
| // Assume any tints not specifically verified on Linux aren't usable.
|
|
|