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

Unified Diff: chrome/browser/media/media_capture_devices_dispatcher.cc

Issue 1815983003: Remove deprecated QTKit Video Capture Support (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased 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
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/browser/media/webrtc_webcam_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/media/media_capture_devices_dispatcher.cc
diff --git a/chrome/browser/media/media_capture_devices_dispatcher.cc b/chrome/browser/media/media_capture_devices_dispatcher.cc
index b4db4b196d54b8bf08c1040728815b147b8c10fb..98d6704583cd3856b282dbbcd5f70ae4aa0b177c 100644
--- a/chrome/browser/media/media_capture_devices_dispatcher.cc
+++ b/chrome/browser/media/media_capture_devices_dispatcher.cc
@@ -82,15 +82,6 @@ MediaCaptureDevicesDispatcher::MediaCaptureDevicesDispatcher()
media_stream_capture_indicator_(new MediaStreamCaptureIndicator()) {
DCHECK_CURRENTLY_ON(BrowserThread::UI);
-#if defined(OS_MACOSX)
- // AVFoundation is used for video/audio device monitoring and video capture.
- if (!base::CommandLine::ForCurrentProcess()->HasSwitch(
- switches::kForceQTKit)) {
- base::CommandLine::ForCurrentProcess()->AppendSwitch(
- switches::kEnableAVFoundation);
- }
-#endif
-
#if defined(ENABLE_EXTENSIONS)
media_access_handlers_.push_back(new ExtensionMediaAccessHandler());
media_access_handlers_.push_back(new DesktopCaptureAccessHandler());
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/browser/media/webrtc_webcam_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698