| Index: components/mus/ws/window_manager_access_policy.cc
|
| diff --git a/components/mus/ws/window_manager_access_policy.cc b/components/mus/ws/window_manager_access_policy.cc
|
| index e31bac5977a6bd8a5cb84f7fa92b48fe26cf4c34..d8be6acad4d8ae02aa06fc1be0be30c3edf57cf7 100644
|
| --- a/components/mus/ws/window_manager_access_policy.cc
|
| +++ b/components/mus/ws/window_manager_access_policy.cc
|
| @@ -42,6 +42,11 @@ bool WindowManagerAccessPolicy::CanRemoveTransientWindowFromParent(
|
| return true;
|
| }
|
|
|
| +bool WindowManagerAccessPolicy::CanSetModal(
|
| + const ServerWindow* window) const {
|
| + return true;
|
| +}
|
| +
|
| bool WindowManagerAccessPolicy::CanReorderWindow(
|
| const ServerWindow* window,
|
| const ServerWindow* relative_window,
|
|
|