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

Unified Diff: ash/mus/sysui_application.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 | « no previous file | mash/wm/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/sysui_application.cc
diff --git a/ash/mus/sysui_application.cc b/ash/mus/sysui_application.cc
index b6008e8844f6001353465b41a0dcd714a36bf8f5..7590af83c5c6b0ae06803d61af44e08f7087d526 100644
--- a/ash/mus/sysui_application.cc
+++ b/ash/mus/sysui_application.cc
@@ -65,7 +65,7 @@ mash::wm::mojom::Container GetContainerId(
if (id == kShellWindowId_DesktopBackgroundContainer)
return mash::wm::mojom::Container::USER_BACKGROUND;
if (id == kShellWindowId_ShelfContainer)
- return mash::wm::mojom::Container::USER_SHELF;
+ return mash::wm::mojom::Container::USER_PRIVATE_SHELF;
if (id == kShellWindowId_StatusContainer)
return mash::wm::mojom::Container::STATUS;
@@ -76,7 +76,7 @@ mash::wm::mojom::Container GetContainerId(
case views::Widget::InitParams::Type::TYPE_MENU:
return mash::wm::mojom::Container::MENUS;
case views::Widget::InitParams::Type::TYPE_TOOLTIP:
- return mash::wm::mojom::Container::TOOLTIPS;
+ return mash::wm::mojom::Container::DRAG_AND_TOOLTIPS;
default:
return mash::wm::mojom::Container::COUNT;
}
« no previous file with comments | « no previous file | mash/wm/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698