diff options
author | cevans@chromium.org <cevans@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-27 06:53:25 +0000 |
---|---|---|
committer | cevans@chromium.org <cevans@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-27 06:53:25 +0000 |
commit | d12dcdd649f0f1181ecae1f0f567c6a453a5a96d (patch) | |
tree | 5631de8aaf766884b3aae73327f2f94d9c26461b /chrome/test/plugin/plugin_test.cpp | |
parent | 5a53b62b3e52202f530447f4fdf3637e39a56c35 (diff) | |
download | chromium_src-d12dcdd649f0f1181ecae1f0f567c6a453a5a96d.zip chromium_src-d12dcdd649f0f1181ecae1f0f567c6a453a5a96d.tar.gz chromium_src-d12dcdd649f0f1181ecae1f0f567c6a453a5a96d.tar.bz2 |
Put some plug-ins behind an infobar, where they have:
- Been targeted by mass malware.
- Do not yet have a good sandboxing story.
BUG=60458
TEST=http://java.sun.com/products/plugin/1.4/demos/applets/Blink/example1.html with default plug-in settings.
Review URL: http://codereview.chromium.org/6350010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72766 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/plugin/plugin_test.cpp')
-rw-r--r-- | chrome/test/plugin/plugin_test.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/test/plugin/plugin_test.cpp b/chrome/test/plugin/plugin_test.cpp index 31b8d53..ace16bc 100644 --- a/chrome/test/plugin/plugin_test.cpp +++ b/chrome/test/plugin/plugin_test.cpp @@ -100,6 +100,7 @@ class PluginTest : public UITest { #endif // defined(OS_WIN) launch_arguments_.AppendSwitch(switches::kAllowOutdatedPlugins); + launch_arguments_.AppendSwitch(switches::kAlwaysAuthorizePlugins); UITest::SetUp(); } |