Index: ash/wm/frame_painter.cc |
diff --git a/ash/wm/frame_painter.cc b/ash/wm/frame_painter.cc |
index f92bc0b82d9e120b5ba41dae99bb214dbcf6f218..3368001f42f252cf6372c7d45d693e5e62d3cf06 100644 |
--- a/ash/wm/frame_painter.cc |
+++ b/ash/wm/frame_painter.cc |
@@ -177,8 +177,6 @@ bool IsSoloWindowHeaderCandidate(aura::Window* window) { |
// a transparent solo-window header. |
std::vector<Window*> GetWindowsForSoloHeaderUpdate(RootWindow* root_window) { |
std::vector<Window*> windows; |
- // During shutdown there may not be a workspace controller. In that case |
- // we don't care about updating any windows. |
// Avoid memory allocations for typical window counts. |
windows.reserve(16); |
// Collect windows from the desktop. |