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

Unified Diff: mash/wm/public/interfaces/container.mojom

Issue 1863523006: mash: Make system tray bubble close when another window is activated (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments Created 4 years, 8 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/sysui_application.cc ('k') | mash/wm/root_window_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/wm/public/interfaces/container.mojom
diff --git a/mash/wm/public/interfaces/container.mojom b/mash/wm/public/interfaces/container.mojom
index a9e1685e4c04d1e91d0d8b252e5cd1c6bccaa62d..a9c0a8489d1869144afbf3357eebb6a0ef59775c 100644
--- a/mash/wm/public/interfaces/container.mojom
+++ b/mash/wm/public/interfaces/container.mojom
@@ -4,6 +4,10 @@
module mash.wm.mojom;
+// Containers for windows. This list is in the z-order of the windows, however
+// they are actually built in a hierarchy (e.g. USER_WORKSPACE and LOGIN_WINDOWS
+// are siblings). See RootWindowController::CreateContainers() for the full
+// hierarchy.
enum Container {
ROOT = 0,
ALL_USER_BACKGROUND,
@@ -17,6 +21,9 @@ enum Container {
LOGIN_WINDOWS,
LOGIN_APP, // TODO(beng): what about dialog boxes login opens?
LOGIN_SHELF,
+ // Bubble windows, for example the sysui system tray bubble and the screen
+ // brightness bubble.
+ BUBBLES,
SYSTEM_MODAL_WINDOWS,
KEYBOARD,
MENUS,
« no previous file with comments | « ash/mus/sysui_application.cc ('k') | mash/wm/root_window_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698