Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6366)

Unified Diff: chrome/browser/printing/print_preview_test.cc

Issue 1862513003: Remove NPAPI from browser and utility (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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() {

Powered by Google App Engine
This is Rietveld 408576698