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

Unified Diff: content/browser/renderer_host/media/video_capture_host_unittest.cc

Issue 10837118: Dead code elimination: scythe.chrome_functions:segment.path %media% edition, round 1. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 4 months 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: 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,

Powered by Google App Engine
This is Rietveld 408576698