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

Unified Diff: chrome/test/ppapi/ppapi_browsertest.cc

Issue 306403005: Pepper: Use an adaptor to invoke FileSystemOperationRunner::OpenFile (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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
Index: chrome/test/ppapi/ppapi_browsertest.cc
diff --git a/chrome/test/ppapi/ppapi_browsertest.cc b/chrome/test/ppapi/ppapi_browsertest.cc
index f8273be4a9e992dab96ad035449ddf88de87c150..4d78135a814eed531b4e75e41356dbc2e6a03565 100644
--- a/chrome/test/ppapi/ppapi_browsertest.cc
+++ b/chrome/test/ppapi/ppapi_browsertest.cc
@@ -631,12 +631,7 @@ TEST_PPAPI_NACL(Memory)
#define MAYBE_FileIO DISABLED_FileIO
#define MAYBE_FileIO_Private DISABLED_FileIO_Private
#else
-// Flaky on Mac and Win. http://crbug.com/377599
-#if defined(OS_MACOSX) || defined(OS_WIN)
-#define MAYBE_FileIO DISABLED_FileIO
-#else
#define MAYBE_FileIO FileIO
-#endif // OS_MACOSX || OS_WIN
#define MAYBE_FileIO_Private FileIO_Private
#endif

Powered by Google App Engine
This is Rietveld 408576698