Index: content/browser/plugin_data_remover_impl_browsertest.cc |
diff --git a/content/browser/plugin_data_remover_impl_browsertest.cc b/content/browser/plugin_data_remover_impl_browsertest.cc |
index e9ff41db086f132d8b2da0a230e833ef41359211..110c0e79adaacbccbd6a18de5a0e4e0b0559b1c4 100644 |
--- a/content/browser/plugin_data_remover_impl_browsertest.cc |
+++ b/content/browser/plugin_data_remover_impl_browsertest.cc |
@@ -33,6 +33,12 @@ class PluginDataRemoverTest : public InProcessBrowserTest, |
command_line->AppendSwitchPath(switches::kExtraPluginDir, |
browser_directory.AppendASCII("plugins")); |
#endif |
+ // TODO(jam): since these plugin tests are running under Chrome, we need to |
+ // tell it to disable its security features for old plugins. Once this is |
+ // running under content_browsertests, these flags won't be needed. |
+ // http://crbug.com/90448 |
+ // switches::kAlwaysAuthorizePlugins |
+ command_line->AppendSwitch("always-authorize-plugins"); |
} |
}; |