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

Unified Diff: ash/wm/lock_state_controller.cc

Issue 2741273002: chromeos: Promotes more from WmShell to Shell (Closed)
Patch Set: feedback 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/wm/lock_state_controller.cc
diff --git a/ash/wm/lock_state_controller.cc b/ash/wm/lock_state_controller.cc
index c8def6fb3ea29758f5c39fd9f1163e8cb5bfe2cf..dae6e253db8010f72543267a851f80104f5b0b9b 100644
--- a/ash/wm/lock_state_controller.cc
+++ b/ash/wm/lock_state_controller.cc
@@ -188,7 +188,7 @@ void LockStateController::SetLockScreenDisplayedCallback(
void LockStateController::OnHostCloseRequested(
const aura::WindowTreeHost* host) {
- WmShell::Get()->delegate()->Exit();
+ Shell::Get()->shell_delegate()->Exit();
}
void LockStateController::OnLoginStateChanged(LoginStatus status) {
« no previous file with comments | « ash/system/chromeos/power/tablet_power_button_controller_unittest.cc ('k') | ash/wm/lock_state_controller_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698