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

Unified Diff: mash/wm/container_ids.cc

Issue 1984293002: Random fixes for mash bridge classes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comment 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/bridge/wm_window_mus.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/wm/container_ids.cc
diff --git a/mash/wm/container_ids.cc b/mash/wm/container_ids.cc
index 69a28acac9e1702564a1234a2d1ee145448a653a..9fbf1160787ea542bae8e8e6fb21bd15b4121f16 100644
--- a/mash/wm/container_ids.cc
+++ b/mash/wm/container_ids.cc
@@ -13,7 +13,13 @@ namespace wm {
const mojom::Container kActivationContainers[] = {
// TODO(sky): figure out right set of containers. I suspect this should be
// all non containers.
- mojom::Container::USER_PRIVATE,
+ mojom::Container::USER_PRIVATE_WINDOWS,
+ mojom::Container::USER_PRIVATE_ALWAYS_ON_TOP_WINDOWS,
+ mojom::Container::USER_PRIVATE_DOCKED_WINDOWS,
+ mojom::Container::USER_PRIVATE_PRESENTATION_WINDOWS,
+ mojom::Container::USER_PRIVATE_PANELS,
+ mojom::Container::USER_PRIVATE_APP_LIST,
+ mojom::Container::USER_PRIVATE_SYSTEM_MODAL,
// Bubble windows must be allowed to activate because some of them rely on
// deactivation to close.
mojom::Container::BUBBLES,
« no previous file with comments | « mash/wm/bridge/wm_window_mus.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698