Index: chrome/browser/ui/browser_init.cc |
=================================================================== |
--- chrome/browser/ui/browser_init.cc (revision 72531) |
+++ chrome/browser/ui/browser_init.cc (working copy) |
@@ -930,10 +930,13 @@ |
// Unsupported flags for which to display a warning that "stability and |
// security will suffer". |
static const char* kBadFlags[] = { |
- // All imply disabling the sandbox. |
+ // These imply disabling the sandbox. |
switches::kSingleProcess, |
switches::kNoSandbox, |
switches::kInProcessWebGL, |
+ // These are scary features for developers that shouldn't be turn on |
Avi (use Gerrit)
2011/01/25 21:12:52
grammar drive-by: turned on
|
+ // persistently. |
+ switches::kEnableNaCl, |
NULL |
}; |