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

Unified Diff: ash/common/system/chromeos/network/tray_vpn.cc

Issue 2775973002: Promotes more accessors from WmShell to Shell (Closed)
Patch Set: Created 3 years, 9 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/tray_vpn.cc
diff --git a/ash/common/system/chromeos/network/tray_vpn.cc b/ash/common/system/chromeos/network/tray_vpn.cc
index 38379debef143194083eb4cd88a05e824ba2e442..f9ffe1b0ce53f4ec939d93c149b8fc3ce8904434 100644
--- a/ash/common/system/chromeos/network/tray_vpn.cc
+++ b/ash/common/system/chromeos/network/tray_vpn.cc
@@ -45,7 +45,7 @@ class VpnDefaultView : public TrayItemMore,
static bool ShouldShow() {
// Show the VPN entry in the ash tray bubble if at least one third-party VPN
// provider is installed.
- if (WmShell::Get()->vpn_list()->HaveThirdPartyVPNProviders())
+ if (Shell::Get()->vpn_list()->HaveThirdPartyVPNProviders())
return true;
// Also show the VPN entry if at least one VPN network is configured.

Powered by Google App Engine
This is Rietveld 408576698