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 5bf239eb71b950339f212660c2142476d151313c..44fffb11ad131bda9d4780e7455b7d85caa7b547 100644 |
--- a/services/ui/ws/window_manager_state.cc |
+++ b/services/ui/ws/window_manager_state.cc |
@@ -208,7 +208,6 @@ void WindowManagerState::EndDragDrop() { |
} |
void WindowManagerState::AddSystemModalWindow(ServerWindow* window) { |
- DCHECK(!window->transient_parent()); |
event_dispatcher_.AddSystemModalWindow(window); |
} |