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

Unified Diff: ash/shell.cc

Issue 2185773002: Refactor: remove SetDisplayWorkAreaInsets calls. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Refactor: remove SetDisplayWorkAreaInsets calls. Created 4 years, 5 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 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) {
« 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