Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(138)

Unified Diff: services/video_capture/test/mock_device_unittest.cc

Issue 2566983007: [Mojo Video Capture] Replace method OnIncomingCapturedVideoFrame with OnIncomingCapturedBufferExt (Closed)
Patch Set: mcasas comments Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: services/video_capture/test/mock_device_unittest.cc
diff --git a/services/video_capture/test/mock_device_unittest.cc b/services/video_capture/test/mock_device_unittest.cc
index f3035fe75674bfdb7302458dcb2dac9e09bf7f13..40f36b4e7b52ab68e4a2bcab768f36ec95e4c591 100644
--- a/services/video_capture/test/mock_device_unittest.cc
+++ b/services/video_capture/test/mock_device_unittest.cc
@@ -12,7 +12,7 @@ namespace video_capture {
// Tests that the service stops the capture device when the client closes the
// connection to the device proxy.
-TEST_F(MockDeviceTest, DeviceIsStoppedWhenDiscardingDeviceProxy) {
+TEST_F(MockDeviceTest, DISABLED_DeviceIsStoppedWhenDiscardingDeviceProxy) {
base::RunLoop wait_loop;
// The mock device must hold on to the device client that is passed to it.
@@ -34,7 +34,7 @@ TEST_F(MockDeviceTest, DeviceIsStoppedWhenDiscardingDeviceProxy) {
// Tests that the service stops the capture device when the client closes the
// connection to the client proxy it provided to the service.
-TEST_F(MockDeviceTest, DeviceIsStoppedWhenDiscardingDeviceClient) {
+TEST_F(MockDeviceTest, DISABLED_DeviceIsStoppedWhenDiscardingDeviceClient) {
base::RunLoop wait_loop;
// The mock device must hold on to the device client that is passed to it.
« no previous file with comments | « services/video_capture/test/fake_device_unittest.cc ('k') | services/video_capture/test/service_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698