| Index: webkit/glue/plugins/test/plugin_client.cc
|
| ===================================================================
|
| --- webkit/glue/plugins/test/plugin_client.cc (revision 33607)
|
| +++ webkit/glue/plugins/test/plugin_client.cc (working copy)
|
| @@ -117,7 +117,8 @@
|
| new_test = new NPAPIClient::PluginArgumentsTest(instance,
|
| NPAPIClient::PluginClient::HostFunctions());
|
| } else if (test_name == "geturl" || test_name == "geturl_404_response" ||
|
| - test_name == "geturl_fail_write") {
|
| + test_name == "geturl_fail_write" ||
|
| + test_name == "plugin_referrer_test") {
|
| new_test = new NPAPIClient::PluginGetURLTest(instance,
|
| NPAPIClient::PluginClient::HostFunctions());
|
| } else if (test_name == "npobject_proxy") {
|
|
|