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

Unified Diff: ash/shell_observer.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/shell.cc ('k') | ash/system/palette/palette_tray.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell_observer.h
diff --git a/ash/shell_observer.h b/ash/shell_observer.h
index 009cb7e1f4389f634caa5708466684564ccef250..1e51c3216b49fa146312b8722a3132c2f711dd59 100644
--- a/ash/shell_observer.h
+++ b/ash/shell_observer.h
@@ -14,8 +14,6 @@ class Window;
namespace ash {
-class WmWindow;
-
class ASH_EXPORT ShellObserver {
public:
// Called when a casting session is started or stopped.
@@ -25,13 +23,13 @@ class ASH_EXPORT ShellObserver {
virtual void OnRootWindowAdded(aura::Window* root_window) {}
// Invoked after the shelf has been created for |root_window|.
- virtual void OnShelfCreatedForRootWindow(WmWindow* root_window) {}
+ virtual void OnShelfCreatedForRootWindow(aura::Window* root_window) {}
// Invoked when the shelf alignment in |root_window| is changed.
- virtual void OnShelfAlignmentChanged(WmWindow* root_window) {}
+ virtual void OnShelfAlignmentChanged(aura::Window* root_window) {}
// Invoked when the shelf auto-hide behavior in |root_window| is changed.
- virtual void OnShelfAutoHideBehaviorChanged(WmWindow* root_window) {}
+ virtual void OnShelfAutoHideBehaviorChanged(aura::Window* root_window) {}
// Invoked when the projection touch HUD is toggled.
virtual void OnTouchHudProjectionToggled(bool enabled) {}
« no previous file with comments | « ash/shell.cc ('k') | ash/system/palette/palette_tray.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698