Chromium Code Reviews| Index: content/public/common/content_switches.cc |
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
| index ba5e9b5241b299aa50d091e086d27ee23f926419..585a5b0d35a490f8d949b40a0c76c35ed4689042 100644 |
| --- a/content/public/common/content_switches.cc |
| +++ b/content/public/common/content_switches.cc |
| @@ -199,6 +199,9 @@ const char kEnableGPUPlugin[] = "enable-gpu-plugin"; |
| // builds. |
| const char kEnableLogging[] = "enable-logging"; |
| +// Enables MediaSource API on <audio>/<video> tags. |
|
scherkus (not reviewing)
2011/10/26 18:15:31
nits:
MediaSource -> Media Source
tags -> elements
acolwell GONE FROM CHROMIUM
2011/10/26 18:30:46
Done.
|
| +const char kEnableMediaSource[] = "enable-media-source"; |
| + |
| // Enable media stream in WebKit. |
| // http://www.whatwg.org/specs/web-apps/current-work/multipage/dnd.html#mediastream |
| const char kEnableMediaStream[] = "enable-media-stream"; |