Index: chrome/common/chrome_switches.cc |
=================================================================== |
--- chrome/common/chrome_switches.cc (revision 65590) |
+++ chrome/common/chrome_switches.cc (working copy) |
@@ -194,6 +194,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"; |