Index: chrome/browser/plugins/plugin_prefs_unittest.cc |
=================================================================== |
--- chrome/browser/plugins/plugin_prefs_unittest.cc (revision 212045) |
+++ chrome/browser/plugins/plugin_prefs_unittest.cc (working copy) |
@@ -185,7 +185,6 @@ |
webkit::npapi::MockPluginList plugin_list; |
PluginService::GetInstance()->SetPluginListForTesting(&plugin_list); |
PluginService::GetInstance()->Init(); |
- plugin_prefs_->SetPluginListForTesting(&plugin_list); |
string16 component_updated_plugin_name( |
ASCIIToUTF16("Component-updated Pepper Flash")); |
@@ -251,6 +250,5 @@ |
EXPECT_FALSE(plugin_prefs_->IsPluginEnabled(component_updated_plugin_2)); |
EXPECT_TRUE(plugin_prefs_->IsPluginEnabled(bundled_plugin)); |
- plugin_prefs_->SetPluginListForTesting(NULL); |
PluginService::GetInstance()->SetPluginListForTesting(NULL); |
} |