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