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

Unified Diff: ash/common/system/chromeos/audio/audio_detailed_view.cc

Issue 2795143005: [Ash] Remove pre-MD code paths from HoverHighlightView (Closed)
Patch Set: estade comments Created 3 years, 8 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/audio/audio_detailed_view.cc
diff --git a/ash/common/system/chromeos/audio/audio_detailed_view.cc b/ash/common/system/chromeos/audio/audio_detailed_view.cc
index 562590a1f00c4400f690f91a37b7e13775bdbfb2..4772e8a34931edbe3e4a691fa3969e2544c4934e 100644
--- a/ash/common/system/chromeos/audio/audio_detailed_view.cc
+++ b/ash/common/system/chromeos/audio/audio_detailed_view.cc
@@ -109,7 +109,7 @@ HoverHighlightView* AudioDetailedView::AddScrollListItem(
bool checked) {
HoverHighlightView* container = new HoverHighlightView(this);
- container->AddLabelRowMd(text);
+ container->AddLabelRow(text);
if (checked) {
gfx::ImageSkia check_mark =
gfx::CreateVectorIcon(kCheckCircleIcon, gfx::kGoogleGreen700);
« no previous file with comments | « no previous file | ash/common/system/chromeos/bluetooth/tray_bluetooth.cc » ('j') | ash/common/system/tray_accessibility.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698