| Index: services/ui/ws/display_manager.cc
|
| diff --git a/services/ui/ws/display_manager.cc b/services/ui/ws/display_manager.cc
|
| index 5481c5e7227d04c54bc76aeceb33d11f0ca18e46..bcd520bd56c1749aa44a3cf33aa29fc8707a9d00 100644
|
| --- a/services/ui/ws/display_manager.cc
|
| +++ b/services/ui/ws/display_manager.cc
|
| @@ -182,7 +182,6 @@ void DisplayManager::OnDisplayRemoved(int64_t id) {
|
| Display* display = GetDisplayById(id);
|
| if (display)
|
| DestroyDisplay(display);
|
| - // TODO(kylechar): What if the display is still pending?
|
| }
|
|
|
| void DisplayManager::OnDisplayModified(int64_t id, const gfx::Rect& bounds) {
|
|
|