summaryrefslogtreecommitdiffstats
path: root/content/browser/renderer_host/media/video_capture_manager.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/renderer_host/media/video_capture_manager.cc')
-rw-r--r--content/browser/renderer_host/media/video_capture_manager.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/renderer_host/media/video_capture_manager.cc b/content/browser/renderer_host/media/video_capture_manager.cc
index 28242f4..ace6565 100644
--- a/content/browser/renderer_host/media/video_capture_manager.cc
+++ b/content/browser/renderer_host/media/video_capture_manager.cc
@@ -213,7 +213,7 @@ void VideoCaptureManager::DoStartDeviceOnDeviceThread(
}
if (!video_capture_device) {
- device_client->OnError("Could not create capture device");
+ device_client->OnError();
return;
}