summaryrefslogtreecommitdiffstats
path: root/content/browser/ppapi_plugin_process_host.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/ppapi_plugin_process_host.cc')
-rw-r--r--content/browser/ppapi_plugin_process_host.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/content/browser/ppapi_plugin_process_host.cc b/content/browser/ppapi_plugin_process_host.cc
index 236477a..e91b2b4 100644
--- a/content/browser/ppapi_plugin_process_host.cc
+++ b/content/browser/ppapi_plugin_process_host.cc
@@ -275,10 +275,9 @@ bool PpapiPluginProcessHost::Init(const PepperPluginInfo& info) {
arraysize(kCommonForwardSwitches));
if (!is_broker_) {
- // TODO(vtl): Stop passing flash args in the command line, on windows is
+ // TODO(vtl): Stop passing flash args in the command line, or windows is
// going to explode.
static const char* kPluginForwardSwitches[] = {
- switches::kDisablePepperThreading,
switches::kDisableSeccompFilterSandbox,
#if defined(OS_MACOSX)
switches::kEnableSandboxLogging,