| 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 2364efc4e6da0e94fbdfe971e76dfc64d533cf50..a3151304feae70d979a0a447d59e152a7a373cca 100644
|
| --- a/content/browser/ppapi_plugin_process_host.cc
|
| +++ b/content/browser/ppapi_plugin_process_host.cc
|
| @@ -286,10 +286,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,
|
|
|