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

Unified Diff: ash/common/system/chromeos/bluetooth/tray_bluetooth.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/chromeos/bluetooth/tray_bluetooth.cc
diff --git a/ash/common/system/chromeos/bluetooth/tray_bluetooth.cc b/ash/common/system/chromeos/bluetooth/tray_bluetooth.cc
index 80a3cbc0d90f16c0049e4867636536e62a3cd3db..e0ca270776751d1116bfa03f26dbcc7bdb4710b4 100644
--- a/ash/common/system/chromeos/bluetooth/tray_bluetooth.cc
+++ b/ash/common/system/chromeos/bluetooth/tray_bluetooth.cc
@@ -348,7 +348,7 @@ class BluetoothDetailedView : public TrayDetailsView {
} else if (connecting) {
SetupConnectingItem(container, text, image);
} else {
- container->AddIconAndLabel(image, text, false);
+ container->AddIconAndLabel(image, text);
}
scroll_content()->AddChildView(container);
return container;

Powered by Google App Engine
This is Rietveld 408576698