diff options
author | dmichael@chromium.org <dmichael@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-03 19:58:38 +0000 |
---|---|---|
committer | dmichael@chromium.org <dmichael@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-03 19:58:38 +0000 |
commit | 36c2398182c6d702c5edbc993942ff294231ab15 (patch) | |
tree | ac08077bd9acf813bfff4cf4fc399de59d34188a | |
parent | cb931939fab52b3404454fe0b101ad709dca4f7a (diff) | |
download | chromium_src-36c2398182c6d702c5edbc993942ff294231ab15.zip chromium_src-36c2398182c6d702c5edbc993942ff294231ab15.tar.gz chromium_src-36c2398182c6d702c5edbc993942ff294231ab15.tar.bz2 |
Don't show the security infobar for --enable-nacl, which is in about:flags
BUG=77590
TEST=start chrome with '--enable-nacl', or turn it on in about:flags and restart. Confirm that _no_ infobar appears saying 'You are using an unsupported command-line flag: --enable-nacl. Stability and security will suffer.'.
Review URL: http://codereview.chromium.org/6913029
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83945 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/browser/ui/browser_init.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/browser/ui/browser_init.cc b/chrome/browser/ui/browser_init.cc index 9334a59..86bb2ec 100644 --- a/chrome/browser/ui/browser_init.cc +++ b/chrome/browser/ui/browser_init.cc @@ -1060,9 +1060,6 @@ void BrowserInit::LaunchWithProfile::AddBadFlagsInfoBarIfNecessary( switches::kSingleProcess, switches::kNoSandbox, switches::kInProcessWebGL, - // These are scary features for developers that shouldn't be turned on - // persistently. - switches::kEnableNaCl, NULL }; |