Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index 163ff812d050534b3f81660574a14f683ce4671c..66ee099531c07ab8de2abc0b107f1326d7305aab 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -929,6 +929,9 @@ const char kEnableSpeechDispatcher[] = "enable-speech-dispatcher"; |
#endif |
#if defined(OS_MACOSX) && !defined(OS_IOS) |
+// Disables the bootstrap sandbox entirely. |
+const char kDisableBootstrapSandbox[] = "disable-bootstrap-sandbox"; |
+ |
// Disables support for Core Animation plugins. This is triggered when |
// accelerated compositing is disabled. See http://crbug.com/122430. |
const char kDisableCoreAnimationPlugins[] = |