Index: content/browser/plugin_process_host.cc |
diff --git a/content/browser/plugin_process_host.cc b/content/browser/plugin_process_host.cc |
index ec9687746cf69e88619dbb6a42a9e0453c0e8a6c..0a6ef621da799b2f12e0037894ec96814afff501 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, |