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

Unified Diff: ui/native_theme/native_theme.h

Issue 795933009: [AiS] for desktop, two lines and font sytles (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Increase vertical spacing in suggestions Created 5 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
« ui/native_theme/fallback_theme.cc ('K') | « ui/native_theme/fallback_theme.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/native_theme/native_theme.h
diff --git a/ui/native_theme/native_theme.h b/ui/native_theme/native_theme.h
index a17b9c14b79d5d4f29f2af07db8b2dd720dd6b87..8ddfee370d3055e5662ecfe47eb2e8ec6e251191 100644
--- a/ui/native_theme/native_theme.h
+++ b/ui/native_theme/native_theme.h
@@ -314,6 +314,22 @@ class NATIVE_THEME_EXPORT NativeTheme {
kColorId_ResultsTableNormalDivider,
kColorId_ResultsTableHoveredDivider,
kColorId_ResultsTableSelectedDivider,
+ // Answers within the chrome omnibox.
Justin Donnelly 2015/03/13 21:08:33 nit: s/chrome omnibox/Chrome Omnibox/ More import
dschuyler 2015/03/13 21:48:23 The 'done' part here is the nit. I'm still workin
+ kColorId_AnswerNormalText,
+ kColorId_AnswerNormalTextHovered,
+ kColorId_AnswerNormalTextSelected,
+ kColorId_AnswerInfoText,
+ kColorId_AnswerInfoTextHovered,
+ kColorId_AnswerInfoTextSelected,
+ kColorId_AnswerLinkText,
+ kColorId_AnswerLinkTextHovered,
+ kColorId_AnswerLinkTextSelected,
+ kColorId_AnswerPositiveText,
+ kColorId_AnswerPositiveTextHovered,
+ kColorId_AnswerPositiveTextSelected,
+ kColorId_AnswerNegativeText,
+ kColorId_AnswerNegativeTextHovered,
+ kColorId_AnswerNegativeTextSelected,
// TODO(benrg): move other hardcoded colors here.
kColorId_NumColors,
« ui/native_theme/fallback_theme.cc ('K') | « ui/native_theme/fallback_theme.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698