diff options
Diffstat (limited to 'content/browser/plugin_process_host.cc')
-rw-r--r-- | content/browser/plugin_process_host.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/content/browser/plugin_process_host.cc b/content/browser/plugin_process_host.cc index ec96877..0a6ef62 100644 --- a/content/browser/plugin_process_host.cc +++ b/content/browser/plugin_process_host.cc @@ -226,6 +226,9 @@ bool PluginProcessHost::Init(const webkit::WebPluginInfo& info) { switches::kDisableLogging, switches::kEnableDCHECK, switches::kEnableLogging, +#if defined(OS_MACOSX) + switches::kEnableSandboxLogging, +#endif switches::kEnableStatsTable, switches::kFullMemoryCrashReport, switches::kLoggingLevel, |