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

Unified Diff: ash/shell.h

Issue 2237903003: mash: Migrate Shelf aura::Window uses to WmWindow. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move shelf notify functions to WmShell. Created 4 years, 4 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_unittest.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 39ad42508b91d844a36d9d82f0720b0d0baafbb1..84c602711c7622b5e36241953e769ae9a7dc4fe4 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -246,9 +246,6 @@ class ASH_EXPORT Shell : public SystemModalContainerEventFilterDelegate,
// Initializes |shelf_|. Does nothing if it's already initialized.
void CreateShelf();
- // Called when the shelf is created for |root_window|.
- void OnShelfCreatedForRootWindow(WmWindow* root_window);
-
// Creates a virtual keyboard. Deletes the old virtual keyboard if it already
// exists.
void CreateKeyboard();
@@ -356,14 +353,6 @@ class ASH_EXPORT Shell : public SystemModalContainerEventFilterDelegate,
// TODO(jamescook): Move to Shelf.
void UpdateShelfVisibility();
- // Called when the alignment for a shelf changes.
- // TODO(jamescook): Move to Shelf.
- void OnShelfAlignmentChanged(WmWindow* root_window);
-
- // Called when the auto-hide behavior for a shelf changes.
- // TODO(jamescook): Move to Shelf.
- void OnShelfAutoHideBehaviorChanged(WmWindow* root_window);
-
// Creates a modal background (a partially-opaque fullscreen window)
// on all displays for |window|.
void CreateModalBackground(aura::Window* window);
« no previous file with comments | « ash/shelf/shelf_widget_unittest.cc ('k') | ash/shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698