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

Unified Diff: mash/wm/property_util.cc

Issue 1980593002: Changes container names and adds a couple of more (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: include 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
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) {

Powered by Google App Engine
This is Rietveld 408576698