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 708fdd68225d8b0b30baf66b75b7904894f6884f..d3bc12a71fb4bffddf7eaf15ea34c83253857270 100644 |
| --- a/content/public/common/content_switches.cc |
| +++ b/content/public/common/content_switches.cc |
| @@ -248,8 +248,12 @@ const char kEnableGamepad[] = "enable-gamepad"; |
| // builds. |
| const char kEnableLogging[] = "enable-logging"; |
| +// Enables support for encrypted media. Current implementation is |
| +// incomplete and this flag is used for development and testing. |
|
ddorwin
2012/02/22 19:08:27
Is there an example of the second sentence in this
xhwang
2012/02/22 19:15:57
I basically borrowed this from VideoTrack (line 32
|
| +const char kEnableMediaEncrypted[] = "enable-encrypted-media"; |
| + |
| // Enables Media Source API on <audio>/<video> elements. |
| -const char kEnableMediaSource[] = "enable-media-source"; |
| +const char kEnableMediaSource[] = "enable-media-source"; |
| // Enable media stream in WebKit. |
| // http://www.whatwg.org/specs/web-apps/current-work/multipage/dnd.html#mediastream |