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

Unified Diff: ash/common/wm_shell.cc

Issue 2420753002: ash: Use mojo LocaleNotificationController interface. (Closed)
Patch Set: Remove dead code + cl lint Created 4 years, 2 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/wm_shell.cc
diff --git a/ash/common/wm_shell.cc b/ash/common/wm_shell.cc
index 513f56622b172136c384826db9fbc0c94fbf5810..3426260f6b7c33ff04a83067f7f03dd90f9ab673 100644
--- a/ash/common/wm_shell.cc
+++ b/ash/common/wm_shell.cc
@@ -231,6 +231,8 @@ WmShell::WmShell(std::unique_ptr<ShellDelegate> shell_delegate)
: delegate_(std::move(shell_delegate)),
focus_cycler_(base::MakeUnique<FocusCycler>()),
immersive_context_(base::MakeUnique<ImmersiveContextAsh>()),
+ locale_notification_controller_(
+ base::MakeUnique<LocaleNotificationController>()),
shelf_controller_(base::MakeUnique<ShelfController>()),
system_tray_controller_(base::MakeUnique<SystemTrayController>(
delegate_->GetShellConnector())),

Powered by Google App Engine
This is Rietveld 408576698