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

Unified Diff: ash/common/system/overview/overview_button_tray.cc

Issue 2761063002: Move more from WmShell to Shell (Closed)
Patch Set: merge 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
« no previous file with comments | « ash/common/system/ime/tray_ime_chromeos.cc ('k') | ash/common/system/status_area_widget.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/system/overview/overview_button_tray.cc
diff --git a/ash/common/system/overview/overview_button_tray.cc b/ash/common/system/overview/overview_button_tray.cc
index 8207e7d66a16ce9ba9a90ea71341ba438ca79f71..c580d1da330608c5db4f41d05590358cd3ae42c7 100644
--- a/ash/common/system/overview/overview_button_tray.cc
+++ b/ash/common/system/overview/overview_button_tray.cc
@@ -118,9 +118,9 @@ void OverviewButtonTray::UpdateIconVisibility() {
!session_controller->IsScreenLocked() &&
session_controller->GetSessionState() ==
session_manager::SessionState::ACTIVE &&
- shell->system_tray_delegate()->GetUserLoginStatus() !=
+ Shell::Get()->system_tray_delegate()->GetUserLoginStatus() !=
LoginStatus::KIOSK_APP &&
- shell->system_tray_delegate()->GetUserLoginStatus() !=
+ Shell::Get()->system_tray_delegate()->GetUserLoginStatus() !=
LoginStatus::ARC_KIOSK_APP);
}
« no previous file with comments | « ash/common/system/ime/tray_ime_chromeos.cc ('k') | ash/common/system/status_area_widget.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698