From d12dcdd649f0f1181ecae1f0f567c6a453a5a96d Mon Sep 17 00:00:00 2001 From: "cevans@chromium.org" Date: Thu, 27 Jan 2011 06:53:25 +0000 Subject: 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 --- chrome/test/plugin/plugin_test.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'chrome/test/plugin/plugin_test.cpp') 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(); } -- cgit v1.1