Chromium Code Reviews| Index: ash/shell.cc |
| diff --git a/ash/shell.cc b/ash/shell.cc |
| index c27108da8dd22d161e490f86b5de522c099a410d..3d6a816ccc04a5ca7c5091ba21c59dcb1834b4d2 100644 |
| --- a/ash/shell.cc |
| +++ b/ash/shell.cc |
| @@ -317,8 +317,6 @@ void Shell::SetDisplayWorkAreaInsets(Window* contains, |
| contains, insets)) { |
| return; |
| } |
| - FOR_EACH_OBSERVER(ShellObserver, *wm_shell_->shell_observers(), |
| - OnDisplayWorkAreaInsetsChanged()); |
| } |
| void Shell::OnLoginStateChanged(LoginStatus status) { |