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

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: Adjusted variable and switch names 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
« no previous file with comments | « content/browser/renderer_host/render_process_host_impl.cc ('k') | media/base/media_switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/media_switches.h
diff --git a/media/base/media_switches.h b/media/base/media_switches.h
index 81d562dd24945aa3c77bd433e9ec18a8c88650c5..77ca1df409a20698035701ca559b2761bf8fe60c 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 kMSEAudioBufferSizeLimit[];
+MEDIA_EXPORT extern const char kMSEVideoBufferSizeLimit[];
+
} // namespace switches
namespace media {
« no previous file with comments | « content/browser/renderer_host/render_process_host_impl.cc ('k') | media/base/media_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698