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

Unified Diff: ash/common/system/tray/label_tray_view.cc

Issue 2696033003: [Ash MD] Remove some non-MD code from HoverHighlightView (Closed)
Patch Set: Created 3 years, 10 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: ash/common/system/tray/label_tray_view.cc
diff --git a/ash/common/system/tray/label_tray_view.cc b/ash/common/system/tray/label_tray_view.cc
index c1099bef13ebb29dbc1ae86390304f1acf4167e5..1d07f2f7beffc4fceb9a7bdad960f400c612c0e3 100644
--- a/ash/common/system/tray/label_tray_view.cc
+++ b/ash/common/system/tray/label_tray_view.cc
@@ -77,7 +77,7 @@ views::View* LabelTrayView::CreateChildView(
use_md ? gfx::CreateVectorIcon(
ResourceIdToVectorIcon(icon_resource_id_), kMenuIconColor)
: *rb.GetImageSkiaNamed(icon_resource_id_);
- child->AddIconAndLabelForDefaultView(icon, message, false /* highlight */);
+ child->AddIconAndLabelForDefaultView(icon, message);
child->text_label()->SetMultiLine(true);
if (!use_md) {
child->SetBorder(views::CreateEmptyBorder(

Powered by Google App Engine
This is Rietveld 408576698