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

Unified Diff: ash/mus/window_manager.cc

Issue 2726823003: Remove WmLookup. (Closed)
Patch Set: Clean up include and modify comment. Created 3 years, 10 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/mus/window_manager.h ('k') | ash/root_window_controller_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/window_manager.cc
diff --git a/ash/mus/window_manager.cc b/ash/mus/window_manager.cc
index e80e7c883f8197fd686aaee9d9a35d37203032df..8818e3cbdd393d96889b57860a3bdf4eaa865c69 100644
--- a/ash/mus/window_manager.cc
+++ b/ash/mus/window_manager.cc
@@ -14,7 +14,6 @@
#include "ash/common/wm_window.h"
#include "ash/mus/accelerators/accelerator_handler.h"
#include "ash/mus/accelerators/accelerator_ids.h"
-#include "ash/mus/bridge/wm_lookup_mus.h"
#include "ash/mus/bridge/wm_shell_mus.h"
#include "ash/mus/move_event_handler.h"
#include "ash/mus/non_client_frame_controller.h"
@@ -120,8 +119,6 @@ void WindowManager::Init(
window_manager_client_->SetFrameDecorationValues(
std::move(frame_decoration_values));
- lookup_.reset(new WmLookupMus);
-
// Notify PointerWatcherEventRouter and CaptureSynchronizer that the capture
// client has been set.
aura::client::CaptureClient* capture_client = wm_state_->capture_controller();
@@ -260,8 +257,6 @@ void WindowManager::Shutdown() {
Shell::DeleteInstance();
- lookup_.reset();
-
pointer_watcher_event_router_.reset();
window_tree_client_.reset();
« no previous file with comments | « ash/mus/window_manager.h ('k') | ash/root_window_controller_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698