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

Unified Diff: content/public/test/ppapi_test_utils.cc

Issue 1821103002: Migrate a bunch of LayoutTests from NPAPI to PPAPI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fix_open-and-close-window-with-plugin
Patch Set: rebase Created 4 years, 9 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: content/public/test/ppapi_test_utils.cc
diff --git a/content/public/test/ppapi_test_utils.cc b/content/public/test/ppapi_test_utils.cc
index 020ff527378f26d49e171a4c12401c568b4b8623..5e997fad63aa60a12f27402620bf6aa9961ed579 100644
--- a/content/public/test/ppapi_test_utils.cc
+++ b/content/public/test/ppapi_test_utils.cc
@@ -120,7 +120,8 @@ bool RegisterBlinkTestPlugin(base::CommandLine* command_line) {
FILE_PATH_LITERAL("application/x-blink-test-plugin")));
plugins.push_back(PluginInfo(
kDeprecatedPluginLibrary, kDeprecatedExtraParameters,
- FILE_PATH_LITERAL("application/x-blink-deprecated-test-plugin")));
+ FILE_PATH_LITERAL(
+ "application/x-blink-deprecated-test-plugin#blinktestplugin")));
return RegisterPlugins(command_line, plugins);
}

Powered by Google App Engine
This is Rietveld 408576698