Index: chrome/common/chrome_switches.cc |
=================================================================== |
--- chrome/common/chrome_switches.cc (revision 65894) |
+++ chrome/common/chrome_switches.cc (working copy) |
@@ -198,6 +198,9 @@ |
// Disable FileSystem API. |
const char kDisableFileSystem[] = "disable-file-system"; |
+// Disables the sandbox for the built-in flash player. |
+const char kDisableFlashSandbox[] = "disable-flash-sandbox"; |
+ |
// Suppresses support for the Geolocation javascript API. |
const char kDisableGeolocation[] = "disable-geolocation"; |