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

Unified Diff: ash/shell.h

Issue 2907853002: [mus+ash] Removes WmWindow from ash/shelf and ash/shell (Closed)
Patch Set: [mus+ash] Removes WmWindow from ash/shelf and ash/shell (removed some more wm_window.h) 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/shelf/shelf_widget.cc ('k') | ash/shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell.h
diff --git a/ash/shell.h b/ash/shell.h
index 0fbed69f33678d7a24031573d00f527ad9738a4a..62740481999c45a252f3273553ac33f2a29a3685 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -175,7 +175,6 @@ class WindowCycleController;
class WindowPositioner;
class WindowSelectorController;
class WindowTreeHostManager;
-class WmWindow;
enum class Config;
enum class LoginStatus;
@@ -599,15 +598,15 @@ class ASH_EXPORT Shell : public SessionObserver,
// Notifies observers that the shelf was created for |root_window|.
// TODO(jamescook): Move to Shelf.
- void NotifyShelfCreatedForRootWindow(WmWindow* root_window);
+ void NotifyShelfCreatedForRootWindow(aura::Window* root_window);
// Notifies observers that |root_window|'s shelf changed alignment.
// TODO(jamescook): Move to Shelf.
- void NotifyShelfAlignmentChanged(WmWindow* root_window);
+ void NotifyShelfAlignmentChanged(aura::Window* root_window);
// Notifies observers that |root_window|'s shelf changed auto-hide behavior.
// TODO(jamescook): Move to Shelf.
- void NotifyShelfAutoHideBehaviorChanged(WmWindow* root_window);
+ void NotifyShelfAutoHideBehaviorChanged(aura::Window* root_window);
// Used to provide better error messages for Shell::Get() under mash.
static void SetIsBrowserProcessWithMash();
« no previous file with comments | « ash/shelf/shelf_widget.cc ('k') | ash/shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698