Index: ash/shelf/shelf_layout_manager.cc |
diff --git a/ash/shelf/shelf_layout_manager.cc b/ash/shelf/shelf_layout_manager.cc |
index 5d70e8df6d807c83d8d83e9d2fd451912e472110..f27899c85eab8aca4fbeb100e15d5f150ff5faf6 100644 |
--- a/ash/shelf/shelf_layout_manager.cc |
+++ b/ash/shelf/shelf_layout_manager.cc |
@@ -236,7 +236,6 @@ |
// Stop observing window change, otherwise we can attempt to update a |
// partially destructed shelf. |
aura::client::GetActivationClient(root_window_)->RemoveObserver(this); |
- FOR_EACH_OBSERVER(ShelfLayoutManagerObserver, observers_, WillDeleteShelf()); |
} |
bool ShelfLayoutManager::IsVisible() const { |