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

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

Issue 1950293003: mash: Add status area container to mash window manager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments Created 4 years, 7 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 | « mash/wm/property_util.cc ('k') | mash/wm/root_window_controller.h » ('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 a9c0a8489d1869144afbf3357eebb6a0ef59775c..488c458fb140221e7ffdc6792d39fbbf99520554 100644
--- a/mash/wm/public/interfaces/container.mojom
+++ b/mash/wm/public/interfaces/container.mojom
@@ -21,6 +21,8 @@ enum Container {
LOGIN_WINDOWS,
LOGIN_APP, // TODO(beng): what about dialog boxes login opens?
LOGIN_SHELF,
+ // Status area widget and message center notification popups.
+ STATUS,
// Bubble windows, for example the sysui system tray bubble and the screen
// brightness bubble.
BUBBLES,
« no previous file with comments | « mash/wm/property_util.cc ('k') | mash/wm/root_window_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698