| 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.
|
| + 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.
|
| };
|
|
|
|
|