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

Unified Diff: ash/shell.cc

Issue 2420753002: ash: Use mojo LocaleNotificationController interface. (Closed)
Patch Set: Uniquify callbacks 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
« no previous file with comments | « ash/shell.h ('k') | chrome/app/chromeos_strings.grdp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell.cc
diff --git a/ash/shell.cc b/ash/shell.cc
index 0d798bc0215b527b4fd1a67873ef732291961ec1..a42cc5c979b19bf69aa9577f756a53b3b10537e6 100644
--- a/ash/shell.cc
+++ b/ash/shell.cc
@@ -26,7 +26,6 @@
#include "ash/common/shelf/wm_shelf.h"
#include "ash/common/shell_delegate.h"
#include "ash/common/shell_window_ids.h"
-#include "ash/common/system/locale/locale_notification_controller.h"
#include "ash/common/system/status_area_widget.h"
#include "ash/common/system/tray/system_tray_delegate.h"
#include "ash/common/wallpaper/wallpaper_delegate.h"
@@ -475,8 +474,6 @@ Shell::~Shell() {
root->GetRootWindowController()->GetShelf()->ShutdownShelfWidget();
wm_shell_->DeleteSystemTrayDelegate();
- locale_notification_controller_.reset();
-
// Drag-and-drop must be canceled prior to close all windows.
drag_drop_controller_.reset();
@@ -778,8 +775,6 @@ void Shell::Init(const ShellInitParams& init_params) {
wm_shell_->SetSystemTrayDelegate(
base::WrapUnique(wm_shell_->delegate()->CreateSystemTrayDelegate()));
- locale_notification_controller_.reset(new LocaleNotificationController);
-
#if defined(OS_CHROMEOS)
// Create TouchTransformerController before
// WindowTreeHostManager::InitDisplays()
« no previous file with comments | « ash/shell.h ('k') | chrome/app/chromeos_strings.grdp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698