summaryrefslogtreecommitdiffstats
path: root/media/base/media_switches.cc
diff options
context:
space:
mode:
Diffstat (limited to 'media/base/media_switches.cc')
-rw-r--r--media/base/media_switches.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/media/base/media_switches.cc b/media/base/media_switches.cc
index 44dea87..4390412 100644
--- a/media/base/media_switches.cc
+++ b/media/base/media_switches.cc
@@ -106,4 +106,9 @@ const char kEnableInbandTextTracks[] = "enable-inband-text-tracks";
const char kRequireAudioHardwareForTesting[] =
"require-audio-hardware-for-testing";
+// Allows clients to override the threshold for when the media renderer will
+// declare the underflow state for the video stream when audio is present.
+// TODO(dalecurtis): Remove once experiments for http://crbug.com/470940 finish.
+const char kVideoUnderflowThresholdMs[] = "video-underflow-threshold-ms";
+
} // namespace switches