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

Unified Diff: ash/common/system/chromeos/network/vpn_list_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/chromeos/network/vpn_list_view.cc
diff --git a/ash/common/system/chromeos/network/vpn_list_view.cc b/ash/common/system/chromeos/network/vpn_list_view.cc
index 39c4eaa4e8c47a039532b34128033c408e2bc6ed..20476bcda3c1c867956dea15151a0894c622d1ee 100644
--- a/ash/common/system/chromeos/network/vpn_list_view.cc
+++ b/ash/common/system/chromeos/network/vpn_list_view.cc
@@ -217,7 +217,7 @@ void VPNListNetworkEntry::UpdateFromNetworkState(
else if (network->IsConnectingState())
SetupConnectingItemMd(label, image);
else
- AddIconAndLabel(image, label, false);
+ AddIconAndLabel(image, label);
if (network->IsConnectedState()) {
disconnect_button_ = TrayPopupUtils::CreateTrayPopupButton(

Powered by Google App Engine
This is Rietveld 408576698