Chromium Code Reviews| Index: ui/native_theme/native_theme.h |
| diff --git a/ui/native_theme/native_theme.h b/ui/native_theme/native_theme.h |
| index aed39ada17faad0b4e4f5ebfe238596467a84d88..67af252d7bd849273056b306ab233ceddf78bcbb 100644 |
| --- a/ui/native_theme/native_theme.h |
| +++ b/ui/native_theme/native_theme.h |
| @@ -281,6 +281,22 @@ class NATIVE_THEME_EXPORT NativeTheme { |
| kColorId_TableSelectionBackgroundFocused, |
| kColorId_TableSelectionBackgroundUnfocused, |
| kColorId_TableGroupingIndicatorColor, |
| + // Results Tables, such as the chrome omnibox. |
|
msw
2014/04/03 18:53:53
I think it would be beneficial to merge these colo
Elliot Glaysher
2014/04/03 20:25:27
This feels like a different control type. The omni
sky
2014/04/03 21:37:40
I tend to favor explicit values, like Elliot has,
|
| + kColorId_ResultsTableNormalBackground, |
| + kColorId_ResultsTableHoveredBackground, |
| + kColorId_ResultsTableSelectedBackground, |
| + kColorId_ResultsTableNormalText, |
| + kColorId_ResultsTableHoveredText, |
| + kColorId_ResultsTableSelectedText, |
| + kColorId_ResultsTableNormalDimmedText, |
| + kColorId_ResultsTableHoveredDimmedText, |
| + kColorId_ResultsTableSelectedDimmedText, |
| + kColorId_ResultsTableNormalUrl, |
| + kColorId_ResultsTableHoveredUrl, |
| + kColorId_ResultsTableSelectedUrl, |
| + kColorId_ResultsTableNormalDivider, |
| + kColorId_ResultsTableHoveredDivider, |
| + kColorId_ResultsTableSelectedDivider, |
| // TODO(benrg): move other hardcoded colors here. |
| }; |