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

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

Issue 12258042: Rewrite WebContentsVideoCaptureDeviceTest. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Refiddle test exclusions. Created 7 years, 10 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
« no previous file with comments | « no previous file | content/browser/renderer_host/media/web_contents_capture_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/media/video_capture_manager.cc
diff --git a/content/browser/renderer_host/media/video_capture_manager.cc b/content/browser/renderer_host/media/video_capture_manager.cc
index 36d7eda40d99c4663f81ba2a4964b740231c5855..a2d3c69f42d1ebec4318ed9c8e35cd2127660c7e 100644
--- a/content/browser/renderer_host/media/video_capture_manager.cc
+++ b/content/browser/renderer_host/media/video_capture_manager.cc
@@ -174,7 +174,7 @@ void VideoCaptureManager::OnOpen(int capture_session_id,
}
case MEDIA_TAB_VIDEO_CAPTURE: {
video_capture_device = WebContentsVideoCaptureDevice::Create(
- vc_device_name.unique_id);
+ vc_device_name.unique_id, base::Closure());
break;
}
case MEDIA_SCREEN_VIDEO_CAPTURE: {
« no previous file with comments | « no previous file | content/browser/renderer_host/media/web_contents_capture_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698