| Index: ash/common/wm_shell.cc
|
| diff --git a/ash/common/wm_shell.cc b/ash/common/wm_shell.cc
|
| index fcd7804aad242e9f61489c6f20e761ce8871bae5..4f9f1e1943dca85bbe9a0eea2bef99e9de418219 100644
|
| --- a/ash/common/wm_shell.cc
|
| +++ b/ash/common/wm_shell.cc
|
| @@ -318,6 +318,10 @@ WmWindow* WmShell::GetRootWindowForNewWindows() {
|
| return root_window_for_new_windows_;
|
| }
|
|
|
| +bool WmShell::IsForceMaximizeOnFirstRun() {
|
| + return delegate()->IsForceMaximizeOnFirstRun();
|
| +}
|
| +
|
| bool WmShell::IsSystemModalWindowOpen() {
|
| if (simulate_modal_window_open_for_testing_)
|
| return true;
|
|
|