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

Unified Diff: content/browser/zygote_host/zygote_communication_linux.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 | « content/browser/ppapi_plugin_process_host.cc ('k') | content/common/media/cdm_host_file.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/zygote_host/zygote_communication_linux.cc
diff --git a/content/browser/zygote_host/zygote_communication_linux.cc b/content/browser/zygote_host/zygote_communication_linux.cc
index 76548d221d4493d3e85f479798b00a440865896d..03780e7f31b61f7101dd43ac5aec06d6d5d6471c 100644
--- a/content/browser/zygote_host/zygote_communication_linux.cc
+++ b/content/browser/zygote_host/zygote_communication_linux.cc
@@ -22,7 +22,6 @@
#include "content/public/common/content_client.h"
#include "content/public/common/content_switches.h"
#include "content/public/common/result_codes.h"
-#include "media/base/media_switches.h"
#include "ui/display/display_switches.h"
#include "ui/gfx/switches.h"
@@ -261,8 +260,6 @@ void ZygoteCommunication::Init() {
switches::kForceDeviceScaleFactor, switches::kLoggingLevel,
switches::kNoSandbox, switches::kPpapiInProcess,
switches::kRegisterPepperPlugins, switches::kV, switches::kVModule,
- // Need to tell CdmHostFile(s) to ignore missing CDM host files.
- switches::kIgnoreMissingCdmHostFile,
};
cmd_line.CopySwitchesFrom(browser_command_line, kForwardSwitches,
arraysize(kForwardSwitches));
« no previous file with comments | « content/browser/ppapi_plugin_process_host.cc ('k') | content/common/media/cdm_host_file.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698