Chromium Code Reviews| Index: media/base/media_switches.h |
| diff --git a/media/base/media_switches.h b/media/base/media_switches.h |
| index 322f5525ce7da85d0b339217996c1339fc3b2ae2..360d13be630de9db569e975c33aa1a7fe562723b 100644 |
| --- a/media/base/media_switches.h |
| +++ b/media/base/media_switches.h |
| @@ -67,6 +67,9 @@ MEDIA_EXPORT extern const char kEnableVp9InMp4[]; |
| MEDIA_EXPORT extern const char kForceVideoOverlays[]; |
| +MEDIA_EXPORT extern const char kMSEAudioBufferSize[]; |
|
wolenetz
2016/07/28 17:55:08
IIUC, these need to be propogated from browser to
servolk
2016/07/28 21:46:46
Good point, yeah, I'll add the new flags to that l
wolenetz
2016/07/28 23:02:15
Let's not do this for all media tests. There is a
servolk
2016/07/29 21:03:25
Ok, yeah, I'll look into adding a virtual test sui
servolk
2016/07/29 23:16:39
TBH I find the virtual test suites a bit confusing
|
| +MEDIA_EXPORT extern const char kMSEVideoBufferSize[]; |
| + |
| } // namespace switches |
| namespace media { |