| 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 04595bb600d8ce3380492d3836ca18f41c93c877..c62e8c3eabdf147f48ea550ba298d685eb26b23f 100644
|
| --- a/content/browser/ppapi_plugin_process_host.cc
|
| +++ b/content/browser/ppapi_plugin_process_host.cc
|
| @@ -397,6 +397,7 @@ bool PpapiPluginProcessHost::Init(const PepperPluginInfo& info) {
|
| #if defined(OS_MACOSX)
|
| switches::kEnableSandboxLogging,
|
| #endif
|
| + switches::kHeadless,
|
| switches::kNoSandbox,
|
| switches::kPpapiStartupDialog,
|
| };
|
|
|