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