Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(364)

Unified Diff: ash/shell.cc

Issue 2335963002: Refactor: remove SetDisplayWorkAreaInsets calls. (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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) {
« no previous file with comments | « ash/display/window_tree_host_manager_unittest.cc ('k') | ash/system/web_notification/ash_popup_alignment_delegate_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698