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

Unified Diff: content/shell/app/blink_test_platform_support_mac.mm

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
« no previous file with comments | « content/public/common/webplugininfo.cc ('k') | content/shell/app/shell_crash_reporter_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/app/blink_test_platform_support_mac.mm
diff --git a/content/shell/app/blink_test_platform_support_mac.mm b/content/shell/app/blink_test_platform_support_mac.mm
index 1f45aa822d0fa53879eb319b4faadc11347f5d73..7a165636f53a27e55ac98c005e2c13c1c0855699 100644
--- a/content/shell/app/blink_test_platform_support_mac.mm
+++ b/content/shell/app/blink_test_platform_support_mac.mm
@@ -83,16 +83,6 @@ bool BlinkTestPlatformInitialize() {
DLOG(FATAL) << "Fail to activate fonts.";
CFRelease(errors);
}
-
- // Add <app bundle's parent dir>/plugins to the plugin path so we can load
- // test npapi plugins (soon to be removed).
- const char kExtraPluginDir[] = "extra-plugin-dir";
- base::FilePath plugins_dir;
- PathService::Get(base::DIR_EXE, &plugins_dir);
- plugins_dir = plugins_dir.AppendASCII("../../../plugins");
- base::CommandLine& command_line = *base::CommandLine::ForCurrentProcess();
- command_line.AppendSwitchPath(kExtraPluginDir, plugins_dir);
-
return true;
}
« no previous file with comments | « content/public/common/webplugininfo.cc ('k') | content/shell/app/shell_crash_reporter_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698