| Index: services/video_capture/test/fake_device_unittest.cc
|
| diff --git a/services/video_capture/test/fake_device_unittest.cc b/services/video_capture/test/fake_device_unittest.cc
|
| index eac7fa0a5cefdebe032508a351065f3041a0bd2b..b0ce65b280ed252a0158c7c259e2f80640f87f45 100644
|
| --- a/services/video_capture/test/fake_device_unittest.cc
|
| +++ b/services/video_capture/test/fake_device_unittest.cc
|
| @@ -30,7 +30,7 @@
|
|
|
| namespace video_capture {
|
|
|
| -TEST_F(FakeDeviceTest, DISABLED_FrameCallbacksArrive) {
|
| +TEST_F(FakeDeviceTest, FrameCallbacksArrive) {
|
| base::RunLoop wait_loop;
|
| const int kNumFramesToWaitFor = 3;
|
| int num_frames_arrived = 0;
|
| @@ -51,7 +51,7 @@
|
|
|
| // Tests that frames received from a fake capture device match the requested
|
| // format and have increasing timestamps.
|
| -TEST_F(FakeDeviceTest, DISABLED_ReceiveFramesFromFakeCaptureDevice) {
|
| +TEST_F(FakeDeviceTest, ReceiveFramesFromFakeCaptureDevice) {
|
| base::RunLoop wait_loop;
|
| mojom::ReceiverPtr receiver_proxy;
|
| constexpr int num_frames_to_receive = 2;
|
|
|