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

Unified Diff: ui/app_list/app_list_constants.h

Issue 336333002: Fixed the colour and layout logic of the App Info dialog heading (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Moved constants into private namespace Created 6 years, 6 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: ui/app_list/app_list_constants.h
diff --git a/ui/app_list/app_list_constants.h b/ui/app_list/app_list_constants.h
index 8c96a0bde21915f235e4c15bbc5d335280a12391..047b0bac5d666baeae98fa156a5b419b36d041d5 100644
--- a/ui/app_list/app_list_constants.h
+++ b/ui/app_list/app_list_constants.h
@@ -17,7 +17,9 @@ APP_LIST_EXPORT extern const SkColor kContentsSwitcherBackgroundColor;
APP_LIST_EXPORT extern const SkColor kSearchBoxBackground;
APP_LIST_EXPORT extern const SkColor kTopSeparatorColor;
APP_LIST_EXPORT extern const SkColor kBottomSeparatorColor;
+
APP_LIST_EXPORT extern const SkColor kDialogSeparatorColor;
+APP_LIST_EXPORT extern const SkColor kDialogSubtitleColor;
APP_LIST_EXPORT extern const SkColor kHighlightedColor;
APP_LIST_EXPORT extern const SkColor kSelectedColor;
« no previous file with comments | « chrome/browser/ui/views/apps/app_info_dialog/app_info_header_panel.cc ('k') | ui/app_list/app_list_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698