| 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
|
|
|
|
|