| Index: ash/common/wm_shell.h
|
| diff --git a/ash/common/wm_shell.h b/ash/common/wm_shell.h
|
| index 528a61cb65d95c31693cf8933adef693a7136026..74aae473ee1d8c0d609f1d0764dba9aabf98642a 100644
|
| --- a/ash/common/wm_shell.h
|
| +++ b/ash/common/wm_shell.h
|
| @@ -270,7 +270,7 @@ class ASH_EXPORT WmShell : public SessionStateObserver,
|
| // Returns true if the first window shown on first run should be
|
| // unconditionally maximized, overriding the heuristic that normally chooses
|
| // the window size.
|
| - virtual bool IsForceMaximizeOnFirstRun() = 0;
|
| + bool IsForceMaximizeOnFirstRun();
|
|
|
| // Sets work area insets of the display containing |window|, pings observers.
|
| virtual void SetDisplayWorkAreaInsets(WmWindow* window,
|
|
|