Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5115)

Unified Diff: chrome/test/ui/npapi_uitest.cc

Issue 6334050: Re-enable the test that I disabled last night. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webkit/plugins/npapi/test/plugin_schedule_timer_test.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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) {
« no previous file with comments | « no previous file | webkit/plugins/npapi/test/plugin_schedule_timer_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698