| Index: ash/aura/wm_shell_aura.cc
|
| diff --git a/ash/aura/wm_shell_aura.cc b/ash/aura/wm_shell_aura.cc
|
| index 839854629fde8c032ed2f30aa9a67d1196725cc0..5d819e975951ccc310f53e8770895241deefad17 100644
|
| --- a/ash/aura/wm_shell_aura.cc
|
| +++ b/ash/aura/wm_shell_aura.cc
|
| @@ -134,10 +134,6 @@ bool WmShellAura::IsInUnifiedModeIgnoreMirroring() const {
|
| display::DisplayManager::UNIFIED;
|
| }
|
|
|
| -bool WmShellAura::IsForceMaximizeOnFirstRun() {
|
| - return delegate()->IsForceMaximizeOnFirstRun();
|
| -}
|
| -
|
| void WmShellAura::SetDisplayWorkAreaInsets(WmWindow* window,
|
| const gfx::Insets& insets) {
|
| Shell::GetInstance()
|
|
|