| Index: media/video/capture/fake_video_capture_device_unittest.cc
|
| diff --git a/media/video/capture/fake_video_capture_device_unittest.cc b/media/video/capture/fake_video_capture_device_unittest.cc
|
| index a2f0d165c0a9312fc6bf1a1ad08b96b19e323c11..51325c599a396e2578aeb4b1774b245582bba8e3 100644
|
| --- a/media/video/capture/fake_video_capture_device_unittest.cc
|
| +++ b/media/video/capture/fake_video_capture_device_unittest.cc
|
| @@ -169,7 +169,8 @@ TEST_F(FakeVideoCaptureDeviceTest, GetDeviceSupportedFormats) {
|
| }
|
| }
|
|
|
| -TEST_F(FakeVideoCaptureDeviceTest, CaptureVariableResolution) {
|
| +// Disabled, http://crbug.com/407061 .
|
| +TEST_F(FakeVideoCaptureDeviceTest, DISABLED_CaptureVariableResolution) {
|
| scoped_ptr<VideoCaptureDevice::Names> names(EnumerateDevices());
|
|
|
| VideoCaptureParams capture_params;
|
|
|