| Index: content/browser/renderer_host/media/video_capture_host_unittest.cc
|
| diff --git a/content/browser/renderer_host/media/video_capture_host_unittest.cc b/content/browser/renderer_host/media/video_capture_host_unittest.cc
|
| index e7b658b5137f4cec8882aa27c4f36fb1e18694bd..afd77badb9b2b694d11c3df5326ac7d429fd19ac 100644
|
| --- a/content/browser/renderer_host/media/video_capture_host_unittest.cc
|
| +++ b/content/browser/renderer_host/media/video_capture_host_unittest.cc
|
| @@ -282,6 +282,7 @@ class VideoCaptureHostTest : public testing::Test {
|
| message_loop_->Run();
|
| }
|
|
|
| +#ifdef DUMP_VIDEO
|
| void CaptureAndDumpVideo(int width, int heigt, int frame_rate) {
|
| InSequence s;
|
| // 1. First - get info about the new resolution
|
| @@ -305,6 +306,7 @@ class VideoCaptureHostTest : public testing::Test {
|
| host_->OnStartCapture(kDeviceId, params);
|
| message_loop_->Run();
|
| }
|
| +#endif
|
|
|
| void StopCapture() {
|
| EXPECT_CALL(*host_, OnStateChanged(kDeviceId,
|
|
|