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

Unified Diff: content/public/common/content_switches.cc

Issue 9433046: Add flag that enable Encrypted Media Extensions on video elements. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 10 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/public/common/content_switches.h ('k') | content/renderer/render_thread_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « content/public/common/content_switches.h ('k') | content/renderer/render_thread_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698