| Index: chrome/test/ui/npapi_uitest.cc
|
| ===================================================================
|
| --- chrome/test/ui/npapi_uitest.cc (revision 30402)
|
| +++ chrome/test/ui/npapi_uitest.cc (working copy)
|
| @@ -300,6 +300,13 @@
|
| kTestCompleteSuccess, kShortWaitTimeout);
|
| }
|
|
|
| +TEST_F(NPAPITester, PluginThreadAsyncCall) {
|
| + GURL url = GetTestUrl(L"npapi", L"plugin_thread_async_call.html");
|
| + NavigateToURL(url);
|
| + WaitForFinish("plugin_thread_async_call", "1", url, kTestCompleteCookie,
|
| + kTestCompleteSuccess, kShortWaitTimeout);
|
| +}
|
| +
|
| // Test checking the privacy mode is on.
|
| TEST_F(NPAPIIncognitoTester, PrivateEnabled) {
|
| if (UITest::in_process_renderer())
|
|
|