| Index: ash/wm/maximize_mode/maximize_mode_window_manager.cc
|
| diff --git a/ash/wm/maximize_mode/maximize_mode_window_manager.cc b/ash/wm/maximize_mode/maximize_mode_window_manager.cc
|
| index de5ba86bafe054448f9da8af000fc15cc0df48f7..36f7b6ab0e5b7b21c85a74b053e6102f05315213 100644
|
| --- a/ash/wm/maximize_mode/maximize_mode_window_manager.cc
|
| +++ b/ash/wm/maximize_mode/maximize_mode_window_manager.cc
|
| @@ -266,7 +266,7 @@ bool MaximizeModeWindowManager::ShouldHandleWindow(WmWindow* window) {
|
|
|
| // If the changing bounds in the maximized/fullscreen is allowed, then
|
| // let the client manage it even in maximized mode.
|
| - if (window->GetWindowState()->allow_set_bounds_in_maximized())
|
| + if (window->GetWindowState()->allow_set_bounds_direct())
|
| return false;
|
|
|
| return window->GetType() == ui::wm::WINDOW_TYPE_NORMAL;
|
|
|