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

Unified Diff: ash/wm_window.h

Issue 2871813002: Converts remaining usage of WmLayoutManager to aura::LayoutManager (Closed)
Patch Set: cleanup Created 3 years, 7 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/wm_layout_manager.h ('k') | ash/wm_window.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm_window.h
diff --git a/ash/wm_window.h b/ash/wm_window.h
index de47237a46efe3d3b2dab17d3a7b4a5821bb890f..6483edd168ddc33c25bbfc7111e915dfcdfc3bf0 100644
--- a/ash/wm_window.h
+++ b/ash/wm_window.h
@@ -44,7 +44,6 @@ namespace ash {
class ImmersiveFullscreenController;
class RootWindowController;
-class WmLayoutManager;
class WmTransientWindowObserver;
class WmWindowTestApi;
enum class WmWindowProperty;
@@ -187,9 +186,6 @@ class ASH_EXPORT WmWindow : public aura::WindowObserver,
// Moves this to the display where |event| occurred; returns true if moved.
bool MoveToEventRoot(const ui::Event& event);
- void SetLayoutManager(std::unique_ptr<WmLayoutManager> layout_manager);
- WmLayoutManager* GetLayoutManager();
-
// See wm::SetWindowVisibilityChangesAnimated() for details on what this
// does.
void SetVisibilityChangesAnimated();
« no previous file with comments | « ash/wm_layout_manager.h ('k') | ash/wm_window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698