Index: content/browser/ppapi_plugin_process_host.cc |
diff --git a/content/browser/ppapi_plugin_process_host.cc b/content/browser/ppapi_plugin_process_host.cc |
index 56d2023533312ecab16ea6d4a7e762baf812df89..7b541e7b6528313fca6fca9e57c999326d691653 100644 |
--- a/content/browser/ppapi_plugin_process_host.cc |
+++ b/content/browser/ppapi_plugin_process_host.cc |
@@ -33,7 +33,6 @@ |
#include "content/public/common/sandbox_type.h" |
#include "content/public/common/sandboxed_process_launcher_delegate.h" |
#include "content/public/common/service_names.mojom.h" |
-#include "media/base/media_switches.h" |
#include "mojo/edk/embedder/embedder.h" |
#include "net/base/network_change_notifier.h" |
#include "ppapi/proxy/ppapi_messages.h" |
@@ -400,8 +399,6 @@ bool PpapiPluginProcessHost::Init(const PepperPluginInfo& info) { |
#if defined(OS_MACOSX) |
switches::kEnableSandboxLogging, |
#endif |
- // Need to tell CdmHostFile(s) to ignore missing CDM host files. |
- switches::kIgnoreMissingCdmHostFile, |
switches::kNoSandbox, |
switches::kPpapiStartupDialog, |
}; |