| Index: services/ui/ws/window_manager_state.cc
|
| diff --git a/services/ui/ws/window_manager_state.cc b/services/ui/ws/window_manager_state.cc
|
| index 1c9665b28e01926a972b85ae1ad052e6c9601d5a..c25923222eb392af2d5fa36003a1c3c7f28e0bad 100644
|
| --- a/services/ui/ws/window_manager_state.cc
|
| +++ b/services/ui/ws/window_manager_state.cc
|
| @@ -209,7 +209,6 @@ void WindowManagerState::EndDragDrop() {
|
| }
|
|
|
| void WindowManagerState::AddSystemModalWindow(ServerWindow* window) {
|
| - DCHECK(!window->transient_parent());
|
| event_dispatcher_.AddSystemModalWindow(window);
|
| }
|
|
|
|
|