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

Unified Diff: media/base/media_switches.cc

Issue 1670753003: multibuffer field trial (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: formatted Created 4 years, 10 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
Index: media/base/media_switches.cc
diff --git a/media/base/media_switches.cc b/media/base/media_switches.cc
index bc5d67fb921fd52a748f3d1f22780bb3e4ded5c3..a69808aa5744dac69bb5531d0706bb82fa37e44f 100644
--- a/media/base/media_switches.cc
+++ b/media/base/media_switches.cc
@@ -129,7 +129,12 @@ const char kVideoUnderflowThresholdMs[] = "video-underflow-threshold-ms";
const char kDisableRTCSmoothnessAlgorithm[] =
"disable-rtc-smoothness-algorithm";
+} // namespace switches
+
+namespace media {
+
// Use shared block-based buffering for media.
-const char kUseNewMediaCache[] = "use-new-media-cache";
+const base::Feature kUseNewMediaCache{"use-new-media-cache",
+ base::FEATURE_DISABLED_BY_DEFAULT};
-} // namespace switches
+} // namespace media

Powered by Google App Engine
This is Rietveld 408576698