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

Unified Diff: ui/app_list/app_list_constants.cc

Issue 2941573002: cros: add google/mic icons to searchbox (Closed)
Patch Set: constexpr Created 3 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
« no previous file with comments | « ui/app_list/app_list_constants.h ('k') | ui/app_list/vector_icons/ic_google_black.icon » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/app_list_constants.cc
diff --git a/ui/app_list/app_list_constants.cc b/ui/app_list/app_list_constants.cc
index 4241f46a79e7ae16893cde89430bc46eb3784e60..4fad4ef814c3550f3386f0ed9c0c7b40e0bdb3aa 100644
--- a/ui/app_list/app_list_constants.cc
+++ b/ui/app_list/app_list_constants.cc
@@ -10,7 +10,7 @@
namespace app_list {
const SkColor kContentsBackgroundColor = SkColorSetRGB(0xF2, 0xF2, 0xF2);
-const SkColor kSearchBoxBackground = SK_ColorWHITE;
+const SkColor kSearchBoxBackgroundDefault = SK_ColorWHITE;
const SkColor kSearchTextColor = SkColorSetRGB(0x33, 0x33, 0x33);
« no previous file with comments | « ui/app_list/app_list_constants.h ('k') | ui/app_list/vector_icons/ic_google_black.icon » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698