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

Unified Diff: ash/mus/window_manager.h

Issue 2625873007: Promotes WmWindowMus functions to WmWindowAura and nukes WmWindowMus (Closed)
Patch Set: merge Created 3 years, 11 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/test/ash_test_impl_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 6523a332df9b75cdfd72d33369543670ead15bde..1fe12625ca573c916fd3b98c856e4432165188b3 100644
--- a/ash/mus/window_manager.h
+++ b/ash/mus/window_manager.h
@@ -17,7 +17,6 @@
#include "services/ui/common/types.h"
#include "services/ui/public/interfaces/display/display_controller.mojom.h"
#include "services/ui/public/interfaces/window_manager.mojom.h"
-#include "ui/aura/env_observer.h"
#include "ui/aura/mus/window_manager_delegate.h"
#include "ui/aura/mus/window_tree_client_delegate.h"
@@ -69,8 +68,7 @@ class WmTestHelper;
// a RootWindowController per Display. WindowManager takes ownership of
// the WindowTreeClient.
class WindowManager : public aura::WindowManagerDelegate,
- public aura::WindowTreeClientDelegate,
- public aura::EnvObserver {
+ public aura::WindowTreeClientDelegate {
public:
explicit WindowManager(service_manager::Connector* connector);
~WindowManager() override;
@@ -184,9 +182,6 @@ class WindowManager : public aura::WindowManagerDelegate,
const gfx::Insets& insets,
const std::vector<gfx::Rect>& additional_client_areas) override;
- // aura::EnvObserver:
- void OnWindowInitialized(aura::Window* window) override;
-
service_manager::Connector* connector_;
display::mojom::DisplayControllerPtr display_controller_;
« no previous file with comments | « ash/mus/test/ash_test_impl_mus.cc ('k') | ash/mus/window_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698