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

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: Rebase Created 8 years, 8 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 ecc1b25718e5b372851430c28515dfb080f4e83e..dcbab75b99a2ce76e3abe84846e90617d4d22c6f 100644
--- a/content/public/common/content_switches.cc
+++ b/content/public/common/content_switches.cc
@@ -242,6 +242,10 @@ const char kEnableCssShaders[] = "enable-css-shaders";
// Enables device motion events.
const char kEnableDeviceMotion[] = "enable-device-motion";
+// Enables support for encrypted media. Current implementation is
+// incomplete and this flag is used for development and testing.
+const char kEnableEncryptedMedia[] = "enable-encrypted-media";
+
// Enables the fastback page cache.
const char kEnableFastback[] = "enable-fastback";
@@ -264,7 +268,7 @@ const char kEnableGamepad[] = "enable-gamepad";
const char kEnableLogging[] = "enable-logging";
// 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