Index: ash/common/shelf/shelf_layout_manager.cc |
diff --git a/ash/common/shelf/shelf_layout_manager.cc b/ash/common/shelf/shelf_layout_manager.cc |
index 4c4c91722ac6683bf49b2c7a85b0367da86f3ed9..c2545f24d29e0bff6cc13b5caba58bfa36ea8b7d 100644 |
--- a/ash/common/shelf/shelf_layout_manager.cc |
+++ b/ash/common/shelf/shelf_layout_manager.cc |
@@ -507,10 +507,6 @@ void ShelfLayoutManager::SetState(ShelfVisibilityState visibility_state) { |
UpdateShelfBackground(change_type); |
} |
- shelf_widget_->SetDimsShelf(state.visibility_state == SHELF_VISIBLE && |
- state.window_state == |
- wm::WORKSPACE_WINDOW_STATE_MAXIMIZED); |
- |
TargetBounds target_bounds; |
CalculateTargetBounds(state_, &target_bounds); |
UpdateBoundsAndOpacity( |