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

Unified Diff: media/base/media_switches.cc

Issue 2773283002: media: Simplify CdmHostFile(s) (Closed)
Patch Set: comments addressed Created 3 years, 9 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') | media/cdm/ppapi/external_clear_key/clear_key_cdm.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 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 {
« no previous file with comments | « media/base/media_switches.h ('k') | media/cdm/ppapi/external_clear_key/clear_key_cdm.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698