| Index: ash/wm/stacking_controller.cc
|
| diff --git a/ash/wm/stacking_controller.cc b/ash/wm/stacking_controller.cc
|
| index d8360a31c1644ddf9d2447ccfec17ede41891fcb..d13678e2d987b6d9f9405494996a9178a8623057 100644
|
| --- a/ash/wm/stacking_controller.cc
|
| +++ b/ash/wm/stacking_controller.cc
|
| @@ -28,8 +28,7 @@ aura::Window* GetContainerForWindow(aura::Window* window) {
|
| }
|
|
|
| bool IsSystemModal(aura::Window* window) {
|
| - return window->transient_parent() &&
|
| - window->GetProperty(aura::client::kModalKey) == ui::MODAL_TYPE_SYSTEM;
|
| + return window->GetProperty(aura::client::kModalKey) == ui::MODAL_TYPE_SYSTEM;
|
| }
|
|
|
| bool IsWindowModal(aura::Window* window) {
|
|
|