summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_switches.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r--chrome/common/chrome_switches.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 7d0076b..ae52818 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -585,6 +585,12 @@ const wchar_t kEnableSessionStorage[] = L"enable-session-storage";
// Allows debugging of sandboxed processes (see zygote_main_linux.cc).
const wchar_t kAllowSandboxDebugging[] = L"allow-sandbox-debugging";
+#if defined(OS_MACOSX)
+// Cause the OS X sandbox write to syslog every time an access to a resource
+// is denied by the sandbox.
+const wchar_t kEnableSandboxLogging[] = L"enable-sandbox-logging";
+#endif
+
// Enable the seccomp sandbox (Linux only)
const wchar_t kEnableSeccompSandbox[] = L"enable-seccomp-sandbox";