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

Unified Diff: content/browser/media/capture/web_contents_video_capture_device_unittest.cc

Issue 1825633002: Adds UMA histograms for desktop tab and audio capture through (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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/media/capture/web_contents_video_capture_device_unittest.cc
diff --git a/content/browser/media/capture/web_contents_video_capture_device_unittest.cc b/content/browser/media/capture/web_contents_video_capture_device_unittest.cc
index 1fc6a8e2cf04024320a89ecdadc21a70065dbb41..a90a9a0dfa1afad39033dc5de1c1f2284e4f5a4c 100644
--- a/content/browser/media/capture/web_contents_video_capture_device_unittest.cc
+++ b/content/browser/media/capture/web_contents_video_capture_device_unittest.cc
@@ -620,7 +620,8 @@ class MAYBE_WebContentsVideoCaptureDeviceTest : public testing::Test {
device_.reset(WebContentsVideoCaptureDevice::Create(
base::StringPrintf("web-contents-media-stream://%d:%d",
main_frame->GetProcess()->GetID(),
- main_frame->GetRoutingID())));
+ main_frame->GetRoutingID()),
+ WebContentsVideoCaptureDevice::NONE_TYPE));
base::RunLoop().RunUntilIdle();
}

Powered by Google App Engine
This is Rietveld 408576698