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

Unified Diff: chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.cc

Issue 2766543002: Move even more 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: chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.cc
diff --git a/chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.cc b/chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.cc
index 79ec4525afc72a69b88cdbcc24e9744b8ec64678..ba375d9affc028f2a33c91dac7a78a35b0f7e4fe 100644
--- a/chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.cc
+++ b/chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.cc
@@ -396,7 +396,7 @@ void MultiUserWindowManagerChromeOS::ActiveUserChanged(
GetAdjustedAnimationTimeInMS(kUserFadeTimeMS)));
// Call notifier here instead of observing ActiveUserChanged because
// this must happen after MultiUserWindowManagerChromeOS is notified.
- ash::WmShell::Get()->media_controller()->RequestCaptureState();
+ ash::Shell::Get()->media_controller()->RequestCaptureState();
}
void MultiUserWindowManagerChromeOS::OnWindowDestroyed(aura::Window* window) {
@@ -692,7 +692,7 @@ void MultiUserWindowManagerChromeOS::SetWindowVisible(
// we tell it to maximize / track this window now before it gets shown, to
// reduce animation jank from multiple resizes.
if (visible) {
- ash::WmShell::Get()->maximize_mode_controller()->AddWindow(
+ ash::Shell::Get()->maximize_mode_controller()->AddWindow(
ash::WmWindow::Get(window));
}

Powered by Google App Engine
This is Rietveld 408576698