Index: media/base/media_switches.cc |
diff --git a/media/base/media_switches.cc b/media/base/media_switches.cc |
index eaeb3c223bb51c499552bbc7dc34b8c1a0802bd5..d159cafbb19d47cc8753424f85231e8fef3dfc23 100644 |
--- a/media/base/media_switches.cc |
+++ b/media/base/media_switches.cc |
@@ -130,11 +130,6 @@ const char kForceVideoOverlays[] = "force-video-overlays"; |
const char kMSEAudioBufferSizeLimit[] = "mse-audio-buffer-size-limit"; |
const char kMSEVideoBufferSizeLimit[] = "mse-video-buffer-size-limit"; |
-// By default, if any CDM host (including signature) file is missing, the CDM |
-// will not be called to verify the host. Enable this switch to ignore missing |
-// CDM host files. This can be used in tests. |
-const char kIgnoreMissingCdmHostFile[] = "ignore-missing-cdm-host-file"; |
- |
} // namespace switches |
namespace media { |