Index: ui/views/corewm/desktop_capture_controller_unittest.cc |
diff --git a/ui/views/corewm/desktop_capture_controller_unittest.cc b/ui/views/corewm/desktop_capture_controller_unittest.cc |
index 8807aafdd6eb322ffccc1993fd2ae12f860e2417..ad6d849e03ebb985bf39d3aca62f34bf698e441f 100644 |
--- a/ui/views/corewm/desktop_capture_controller_unittest.cc |
+++ b/ui/views/corewm/desktop_capture_controller_unittest.cc |
@@ -101,7 +101,6 @@ |
EXPECT_TRUE(w1_dispatcher->mouse_pressed_handler() == NULL); |
EXPECT_TRUE(w1_dispatcher->mouse_moved_handler() == NULL); |
w2->ReleaseCapture(); |
- RunPendingMessages(); |
} |
// Tests aura::Window capture and whether gesture events are sent to the window |