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

Unified Diff: media/base/media_switches.cc

Issue 15383003: Rename switch to disable prefixed Encrypted Media APIs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase only Created 7 years, 7 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 | « media/base/media_switches.h ('k') | webkit/renderer/media/android/webmediaplayer_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/media_switches.cc
diff --git a/media/base/media_switches.cc b/media/base/media_switches.cc
index 972d849bf761b41a8c140373dd89e1df71174cb2..ad035568a3690843473da7ff686148aedfa0f217 100644
--- a/media/base/media_switches.cc
+++ b/media/base/media_switches.cc
@@ -36,9 +36,6 @@ const char kForceWaveAudio[] = "force-wave-audio";
// Set number of threads to use for video decoding.
const char kVideoThreads[] = "video-threads";
-// Disables support for Encrypted Media Extensions.
-const char kDisableEncryptedMedia[] = "disable-encrypted-media";
-
// Enables Opus playback in media elements.
const char kEnableOpusPlayback[] = "enable-opus-playback";
« no previous file with comments | « media/base/media_switches.h ('k') | webkit/renderer/media/android/webmediaplayer_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698