Index: ash/wm/workspace/workspace_layout_manager.cc |
diff --git a/ash/wm/workspace/workspace_layout_manager.cc b/ash/wm/workspace/workspace_layout_manager.cc |
index 9e311830a9150dff75c1e284e6eab6fe510ac11a..9c60d06cb55b507ecfdc5c30a225e85b6f8ccda8 100644 |
--- a/ash/wm/workspace/workspace_layout_manager.cc |
+++ b/ash/wm/workspace/workspace_layout_manager.cc |
@@ -100,12 +100,6 @@ void WorkspaceLayoutManager::SetChildBounds( |
workspace_manager_->UpdateShelfVisibility(); |
} |
-void WorkspaceLayoutManager::OnMonitorWorkAreaInsetsChanged() { |
- // The workspace is currently the only one that updates the shelf, so we can |
- // safely ignore this. If we don't there are timing issues when transitioning |
- // between maximized/fullscreen windows and normal windows. |
-} |
- |
void WorkspaceLayoutManager::OnWindowPropertyChanged(aura::Window* window, |
const void* key, |
intptr_t old) { |