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

Unified Diff: media/base/media_switches.h

Issue 2170303002: Make MSE buffer sizes configurable via command line (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Progapage the new switches from browser to renderer process + fix Created 4 years, 5 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.h
diff --git a/media/base/media_switches.h b/media/base/media_switches.h
index 81d562dd24945aa3c77bd433e9ec18a8c88650c5..d6909726e58bad8795470e7f225f615cb38b582e 100644
--- a/media/base/media_switches.h
+++ b/media/base/media_switches.h
@@ -68,6 +68,9 @@ MEDIA_EXPORT extern const char kEnableVp9InMp4[];
MEDIA_EXPORT extern const char kForceVideoOverlays[];
+MEDIA_EXPORT extern const char kMSEAudioBufferSize[];
+MEDIA_EXPORT extern const char kMSEVideoBufferSize[];
wolenetz 2016/07/28 23:02:15 nit: rename to "kMSE{Audio,Video}BufferSizeLimit"
servolk 2016/07/29 21:03:25 Done.
+
} // namespace switches
namespace media {

Powered by Google App Engine
This is Rietveld 408576698