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

Unified Diff: ash/root_window_controller.h

Issue 2626483002: Removes WmShelfAura and WmShelfMus (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/root_window_controller.cc ('k') | ash/root_window_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/root_window_controller.h
diff --git a/ash/root_window_controller.h b/ash/root_window_controller.h
index 3588097eb45be8ed561c5996c2ea5d1f06d65d03..1fe197d31a1925b89201144bd34064834e60b111 100644
--- a/ash/root_window_controller.h
+++ b/ash/root_window_controller.h
@@ -54,7 +54,7 @@ class SystemWallpaperController;
class TouchHudDebug;
class TouchHudProjection;
class WmRootWindowControllerAura;
-class WmShelfAura;
+class WmShelf;
class WorkspaceController;
// This class maintains the per root window state for ash. This class
@@ -94,7 +94,7 @@ class ASH_EXPORT RootWindowController : public ShellObserver {
WorkspaceController* workspace_controller();
- WmShelfAura* wm_shelf_aura() const { return wm_shelf_aura_.get(); }
+ WmShelf* wm_shelf() const { return wm_shelf_.get(); }
WmRootWindowControllerAura* wm_root_window_controller() {
return wm_root_window_controller_;
@@ -216,7 +216,7 @@ class ASH_EXPORT RootWindowController : public ShellObserver {
// The shelf controller for this root window. Exists for the entire lifetime
// of the RootWindowController so that it is safe for observers to be added
// to it during construction of the shelf widget and status tray.
- std::unique_ptr<WmShelfAura> wm_shelf_aura_;
+ std::unique_ptr<WmShelf> wm_shelf_;
std::unique_ptr<SystemWallpaperController> system_wallpaper_;
« no previous file with comments | « ash/mus/root_window_controller.cc ('k') | ash/root_window_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698