| Index: chrome/test/ui/npapi_uitest.cc
|
| ===================================================================
|
| --- chrome/test/ui/npapi_uitest.cc (revision 33607)
|
| +++ chrome/test/ui/npapi_uitest.cc (working copy)
|
| @@ -407,3 +407,18 @@
|
| kTestCompleteCookie, kTestCompleteSuccess,
|
| kShortWaitTimeout);
|
| }
|
| +
|
| +TEST_F(NPAPIVisiblePluginTester, PluginReferrerTest) {
|
| + if (UITest::in_process_renderer())
|
| + return;
|
| +
|
| + GURL url(URLRequestMockHTTPJob::GetMockUrl(
|
| + FilePath(FILE_PATH_LITERAL(
|
| + "npapi/plugin_url_request_referrer_test.html"))));
|
| +
|
| + NavigateToURL(url);
|
| +
|
| + WaitForFinish("plugin_referrer_test", "1", url, kTestCompleteCookie,
|
| + kTestCompleteSuccess, kShortWaitTimeout);
|
| +}
|
| +
|
|
|