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

Unified Diff: mash/wm/user_window_controller_impl.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: change 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
« no previous file with comments | « mash/wm/root_window_controller.cc ('k') | mash/wm/window_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/wm/user_window_controller_impl.cc
diff --git a/mash/wm/user_window_controller_impl.cc b/mash/wm/user_window_controller_impl.cc
index 338ceaa6e8bb6ec5de5fff9ed1d1905e5a3f508d..1201d0bdbb88367ad311f5a5d6534bfdee3f5b66 100644
--- a/mash/wm/user_window_controller_impl.cc
+++ b/mash/wm/user_window_controller_impl.cc
@@ -129,7 +129,7 @@ mus::Window* UserWindowControllerImpl::GetUserWindowById(uint32_t id) {
mus::Window* UserWindowControllerImpl::GetUserWindowContainer() const {
return root_controller_->GetWindowForContainer(
- mojom::Container::USER_WINDOWS);
+ mojom::Container::USER_PRIVATE_WINDOWS);
}
void UserWindowControllerImpl::OnTreeChanging(const TreeChangeParams& params) {
« no previous file with comments | « mash/wm/root_window_controller.cc ('k') | mash/wm/window_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698