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? |
vrk (LEFT CHROMIUM)
2014/08/12 16:10:16
mcasas: by any chance do you know the answer to th
|
static bool should_enable_avfoundation = |
command_line->HasSwitch(switches::kEnableAVFoundation) || |