summaryrefslogtreecommitdiffstats
path: root/webkit/glue/plugins/test/plugin_test_factory.cc
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/glue/plugins/test/plugin_test_factory.cc')
-rw-r--r--webkit/glue/plugins/test/plugin_test_factory.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/webkit/glue/plugins/test/plugin_test_factory.cc b/webkit/glue/plugins/test/plugin_test_factory.cc
index ea9b290..b4ae4f1 100644
--- a/webkit/glue/plugins/test/plugin_test_factory.cc
+++ b/webkit/glue/plugins/test/plugin_test_factory.cc
@@ -34,7 +34,8 @@ PluginTest* CreatePluginTest(const std::string& test_name,
new_test = new PluginArgumentsTest(instance, host_functions);
} else if (test_name == "geturl" || test_name == "geturl_404_response" ||
test_name == "geturl_fail_write" ||
- test_name == "plugin_referrer_test") {
+ test_name == "plugin_referrer_test" ||
+ test_name == "geturlredirectnotify") {
new_test = new PluginGetURLTest(instance, host_functions);
} else if (test_name == "npobject_proxy") {
new_test = new NPObjectProxyTest(instance, host_functions);