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

Unified Diff: ash/common/system/chromeos/network/vpn_list_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/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 0962bd06c594d47972a5811a2187350a519ecb6c..7a517b3f5fa77f89525dfa86ee8b9af103d3ad37 100644
--- a/ash/common/system/chromeos/network/vpn_list_view.cc
+++ b/ash/common/system/chromeos/network/vpn_list_view.cc
@@ -206,7 +206,7 @@ void VPNListNetworkEntry::UpdateFromNetworkState(
else if (network->IsConnectingState())
SetupConnectingItem(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