Index: chrome/browser/printing/print_preview_test.cc |
diff --git a/chrome/browser/printing/print_preview_test.cc b/chrome/browser/printing/print_preview_test.cc |
index 22eb61cf2483b1fd52032aefa66649fc06d4e9cc..939a89d06e4014c6e4e1fe1ca412113a35fb64b1 100644 |
--- a/chrome/browser/printing/print_preview_test.cc |
+++ b/chrome/browser/printing/print_preview_test.cc |
@@ -16,7 +16,6 @@ void PrintPreviewTest::SetUp() { |
// The PluginService will be destroyed at the end of the test (due to the |
// ShadowingAtExitManager in our base class). |
content::PluginService::GetInstance()->Init(); |
- content::PluginService::GetInstance()->DisablePluginsDiscoveryForTesting(); |
} |
BrowserWindow* PrintPreviewTest::CreateBrowserWindow() { |