Index: mash/wm/property_util.cc |
diff --git a/mash/wm/property_util.cc b/mash/wm/property_util.cc |
index 53e1d09301a0e99b4dc9e73cc4b083996389e76f..d708a4f56445ecb4a77b737a8ab1516e0b4b306b 100644 |
--- a/mash/wm/property_util.cc |
+++ b/mash/wm/property_util.cc |
@@ -74,7 +74,7 @@ mojom::Container GetRequestedContainer(const mus::Window* window) { |
return static_cast<mojom::Container>( |
window->GetSharedProperty<int32_t>(mojom::kWindowContainer_Property)); |
} |
- return mojom::Container::USER_WINDOWS; |
+ return mojom::Container::USER_PRIVATE_WINDOWS; |
} |
int32_t GetResizeBehavior(const mus::Window* window) { |