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

Unified Diff: chrome/browser/ui/ash/ash_init.cc

Issue 2783563002: Make WmShellMus use classic types for mus (Closed)
Patch Set: comments 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/wm/workspace/workspace_event_handler_aura.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/ash/ash_init.cc
diff --git a/chrome/browser/ui/ash/ash_init.cc b/chrome/browser/ui/ash/ash_init.cc
index 568d12127b718005de786c2e8e712556109a8c9c..3866374224abf76df30323d91a8ba913d3da8126 100644
--- a/chrome/browser/ui/ash/ash_init.cc
+++ b/chrome/browser/ui/ash/ash_init.cc
@@ -113,7 +113,7 @@ AshInit::AshInit() {
ash::WmShellAura::Get()->accelerator_controller_delegate();
} else if (chromeos::GetConfig() == ash::Config::MUS) {
accelerator_controller_delegate =
- ash::mus::WmShellMus::Get()->accelerator_controller_delegate_classic();
+ ash::mus::WmShellMus::Get()->accelerator_controller_delegate_mus();
}
if (accelerator_controller_delegate) {
std::unique_ptr<ChromeScreenshotGrabber> screenshot_delegate =
« no previous file with comments | « ash/wm/workspace/workspace_event_handler_aura.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698