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

Unified Diff: ash/mus/window_manager.h

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/bridge/wm_lookup_mus.cc ('k') | ash/mus/window_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/window_manager.h
diff --git a/ash/mus/window_manager.h b/ash/mus/window_manager.h
index 8565d6450c126f8cad62151a6b16706664e4c17b..73d675a12c8081349e9a5e3b603101c7bbec1706 100644
--- a/ash/mus/window_manager.h
+++ b/ash/mus/window_manager.h
@@ -52,7 +52,6 @@ class AshTestHelper;
namespace mus {
class AcceleratorHandler;
-class WmLookupMus;
class WmTestHelper;
// WindowManager serves as the WindowManagerDelegate and
@@ -189,8 +188,6 @@ class WindowManager : public aura::WindowManagerDelegate,
bool created_shell_ = false;
- std::unique_ptr<WmLookupMus> lookup_;
-
std::map<uint16_t, AcceleratorHandler*> accelerator_handlers_;
uint16_t next_accelerator_namespace_id_ = 0u;
« no previous file with comments | « ash/mus/bridge/wm_lookup_mus.cc ('k') | ash/mus/window_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698