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

Unified Diff: media/base/media_switches.cc

Issue 1399603003: Tie multibuffers to URLs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@media_cache
Patch Set: added MEDIA_BLINK_EXPORT Created 5 years, 2 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 0da3eeae0f6e673055de38b44951f07c793160d1..45765fba218718790b240f0c912d6798a6de7a30 100644
--- a/media/base/media_switches.cc
+++ b/media/base/media_switches.cc
@@ -120,4 +120,7 @@ const char kVideoUnderflowThresholdMs[] = "video-underflow-threshold-ms";
// smoothness.
const char kEnableRTCSmoothnessAlgorithm[] = "enable-rtc-smoothness-algorithm";
+// Use shared block-based buffering for media.
+const char kMediaUseMultibuffer[] = "media-use-multibuffer";
+
} // namespace switches

Powered by Google App Engine
This is Rietveld 408576698