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

Unified Diff: media/video/capture/mac/avfoundation_glue.mm

Issue 460113006: Mac Video Capture: expose --enable-avfoundation as tristate in chrome://flags (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: #ifdef using AVfoundation switches Created 6 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
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/video/capture/mac/avfoundation_glue.mm
diff --git a/media/video/capture/mac/avfoundation_glue.mm b/media/video/capture/mac/avfoundation_glue.mm
index 551f759df59679b5998e2a4583edd7c2a0ad85bc..f3496d1cf9d39a7e411f98d65e01fed95f8276c6 100644
--- a/media/video/capture/mac/avfoundation_glue.mm
+++ b/media/video/capture/mac/avfoundation_glue.mm
@@ -120,9 +120,6 @@ bool AVFoundationGlue::IsAVFoundationSupported() {
return false;
// Next in precedence is the enable-avfoundation flag.
- // TODO(mcasas,vrk): There should be 3 states of AVFoundation: user forced on,
- // user forced off (i.e. force QTKit), and default (respect field trial).
- // crbug.com/396764
// TODO(vrk): Does this really need to be static?
static bool should_enable_avfoundation =
command_line->HasSwitch(switches::kEnableAVFoundation) ||
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698