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

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; fix expectations for plugin-initiate-popup-window-expected 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
« no previous file with comments | « content/common/pepper_plugin_list.cc ('k') | content/renderer/pepper/plugin_object.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..879dad657628d750215652d2d00819e7c66855e4 100644
--- a/content/public/test/ppapi_test_utils.cc
+++ b/content/public/test/ppapi_test_utils.cc
@@ -115,12 +115,14 @@ bool RegisterBlinkTestPlugin(base::CommandLine* command_line) {
FILE_PATH_LITERAL("#Blink Deprecated Test Plugin#Description#0.1");
std::vector<PluginInfo> plugins;
- plugins.push_back(
- PluginInfo(kPluginLibrary, kExtraParameters,
- FILE_PATH_LITERAL("application/x-blink-test-plugin")));
plugins.push_back(PluginInfo(
- kDeprecatedPluginLibrary, kDeprecatedExtraParameters,
- FILE_PATH_LITERAL("application/x-blink-deprecated-test-plugin")));
+ kPluginLibrary, kExtraParameters,
+ FILE_PATH_LITERAL("application/x-blink-test-plugin#blinktestplugin")));
+ plugins.push_back(
+ PluginInfo(kDeprecatedPluginLibrary, kDeprecatedExtraParameters,
+ FILE_PATH_LITERAL("application/"
+ "x-blink-deprecated-test-plugin#"
+ "blinkdeprecatedtestplugin")));
return RegisterPlugins(command_line, plugins);
}
« no previous file with comments | « content/common/pepper_plugin_list.cc ('k') | content/renderer/pepper/plugin_object.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698