| Index: ash/mus/bridge/wm_window_mus.cc
|
| diff --git a/ash/mus/bridge/wm_window_mus.cc b/ash/mus/bridge/wm_window_mus.cc
|
| index c0fb3b75a2ce673c9ada507f174c53c0ba327c09..b6cba40d070d83e9cea16b53d016f61c72423d29 100644
|
| --- a/ash/mus/bridge/wm_window_mus.cc
|
| +++ b/ash/mus/bridge/wm_window_mus.cc
|
| @@ -440,8 +440,7 @@ int WmWindowMus::GetIntProperty(WmWindowProperty key) {
|
| ui::mojom::WindowManager::kShelfItemType_Property);
|
| }
|
| // Mash provides a default shelf item type for non-ignored windows.
|
| - return GetWindowIgnoredByShelf(window_) ? TYPE_UNDEFINED
|
| - : TYPE_PLATFORM_APP;
|
| + return GetWindowIgnoredByShelf(window_) ? TYPE_UNDEFINED : TYPE_APP;
|
| }
|
|
|
| if (key == WmWindowProperty::TOP_VIEW_INSET) {
|
|
|