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

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: rebase again 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
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..aacd2e7ee769a14942291cdfb901c8ec3102f558 100644
--- a/mash/wm/public/interfaces/container.mojom
+++ b/mash/wm/public/interfaces/container.mojom
@@ -4,6 +4,9 @@
module mash.wm.mojom;
+// Containers for windows. The containers are built in a tree; they are not just
+// stacked in this order. See RootWindowController::CreateContainers() for the
sky 2016/04/07 17:55:10 I think it would be easier to see if the list is o
James Cook 2016/04/07 20:43:43 Actually, the list is in z-order, but I thought it
+// hierarchy.
enum Container {
ROOT = 0,
ALL_USER_BACKGROUND,
@@ -17,6 +20,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,

Powered by Google App Engine
This is Rietveld 408576698