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

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

Issue 8758027: aura: Reenable PPAPITest.FLAKY_FlashFullscreen. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/ui/ppapi_uitest.cc
diff --git a/chrome/test/ui/ppapi_uitest.cc b/chrome/test/ui/ppapi_uitest.cc
index 9bbdfd1bb44193c06438e4b13496394ab533f49a..33347cea7fdd87514ed11d9d02e54bb199610623 100644
--- a/chrome/test/ui/ppapi_uitest.cc
+++ b/chrome/test/ui/ppapi_uitest.cc
@@ -388,13 +388,11 @@ TEST_PPAPI_IN_PROCESS_VIA_HTTP(FileSystem)
TEST_PPAPI_OUT_OF_PROCESS_VIA_HTTP(FileSystem)
TEST_PPAPI_NACL_VIA_HTTP(FileSystem)
-// http://crbug.com/96767 and 104384 for aura.
-#if !defined(OS_MACOSX) && !defined(USE_AURA)
-#define MAYBE_FlashFullscreen FLAKY_FlashFullscreen
+// http://crbug.com/96767
+#if !defined(OS_MACOSX)
#define MAYBE_FlashFullscreen FLAKY_FlashFullscreen
#else
#define MAYBE_FlashFullscreen DISABLED_FlashFullscreen
-#define MAYBE_FlashFullscreen DISABLED_FlashFullscreen
#endif
TEST_F(PPAPITest, MAYBE_FlashFullscreen) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698