| Index: chrome/test/ui/npapi_uitest.cc
|
| ===================================================================
|
| --- chrome/test/ui/npapi_uitest.cc (revision 73446)
|
| +++ chrome/test/ui/npapi_uitest.cc (working copy)
|
| @@ -271,7 +271,6 @@
|
| kTestCompleteSuccess, TestTimeouts::action_max_timeout_ms());
|
| }
|
|
|
| -#if !defined(OS_LINUX)
|
| TEST_F(NPAPITesterBase, ScheduleTimer) {
|
| const FilePath test_case(FILE_PATH_LITERAL("schedule_timer.html"));
|
| GURL url = ui_test_utils::GetTestUrl(FilePath(kTestDir), test_case);
|
| @@ -287,7 +286,6 @@
|
| WaitForFinish("plugin_thread_async_call", "1", url, kTestCompleteCookie,
|
| kTestCompleteSuccess, TestTimeouts::action_max_timeout_ms());
|
| }
|
| -#endif
|
|
|
| // Test checking the privacy mode is on.
|
| TEST_F(NPAPIIncognitoTester, PrivateEnabled) {
|
|
|