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

Unified Diff: ash/shell.h

Issue 2336653002: Ports SystemModalContainerLayoutManager to ash/common (Closed)
Patch Set: merge again Created 4 years, 3 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/root_window_controller_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 3b9d420930df29af3c0914830b027aa50e83fb4d..1f4623333a5713917f1b4d6b1223d850279b0903 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -192,13 +192,6 @@ class ASH_EXPORT Shell : public SystemModalContainerEventFilterDelegate,
static const aura::Window* GetContainer(const aura::Window* root_window,
int container_id);
- // Returns the list of containers that match |container_id| in
- // all root windows. If |priority_root| is given, the container
- // in the |priority_root| will be inserted at the top of the list.
- static std::vector<aura::Window*> GetContainersFromAllRootWindows(
- int container_id,
- aura::Window* priority_root);
-
// Shows the context menu for the wallpaper and shelf at the screen location.
void ShowContextMenu(const gfx::Point& location_in_screen,
ui::MenuSourceType source_type);
@@ -333,15 +326,6 @@ class ASH_EXPORT Shell : public SystemModalContainerEventFilterDelegate,
// TODO(jamescook): Move to Shelf.
void UpdateShelfVisibility();
- // Creates a modal background (a partially-opaque fullscreen window)
- // on all displays for |window|.
- void CreateModalBackground(aura::Window* window);
-
- // Called when a modal window is removed. It will activate
- // another modal window if any, or remove modal screens
- // on all displays.
- void OnModalWindowRemoved(aura::Window* removed);
-
// Returns WebNotificationTray on the primary root window.
WebNotificationTray* GetWebNotificationTray();
« no previous file with comments | « ash/root_window_controller_unittest.cc ('k') | ash/shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698