| Index: ash/common/wm/maximize_mode/maximize_mode_window_manager.cc
|
| diff --git a/ash/common/wm/maximize_mode/maximize_mode_window_manager.cc b/ash/common/wm/maximize_mode/maximize_mode_window_manager.cc
|
| index cea2689b228de4ab96d748f49721ea572491b894..4a369b7663b27420e9f124463cb2ad50b95ce7d4 100644
|
| --- a/ash/common/wm/maximize_mode/maximize_mode_window_manager.cc
|
| +++ b/ash/common/wm/maximize_mode/maximize_mode_window_manager.cc
|
| @@ -271,7 +271,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;
|
|
|