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

Unified Diff: content/test/plugin/plugin_test_factory.cc

Issue 152913002: Merge 247881 "Fix windowed plugins not appearing if opened in th..." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1750/src/
Patch Set: Created 6 years, 11 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/browser/web_contents/web_contents_view_aura.cc ('k') | content/test/plugin/plugin_windowed_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/plugin/plugin_test_factory.cc
===================================================================
--- content/test/plugin/plugin_test_factory.cc (revision 248504)
+++ content/test/plugin/plugin_test_factory.cc (working copy)
@@ -99,7 +99,8 @@
test_name == "create_instance_in_paint" ||
test_name == "alert_in_window_message" ||
test_name == "ensure_scripting_works_in_destroy" ||
- test_name == "set_title_in_paint") {
+ test_name == "set_title_in_paint" ||
+ test_name == "set_title_in_set_window_and_paint") {
new_test = new WindowedPluginTest(instance, host_functions);
#endif
} else if (test_name == "setup") {
« no previous file with comments | « content/browser/web_contents/web_contents_view_aura.cc ('k') | content/test/plugin/plugin_windowed_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698