Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index 689e39eb3749121d3fb7067ffceaca45eb794366..7cde334ce1e105650a22fd8ecee5ff3d2582ae0f 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -259,10 +259,6 @@ 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 WebKit features that are in development. |
const char kEnableExperimentalWebKitFeatures[] = |
"enable-experimental-webkit-features"; |