| Index: content/test/ppapi/ppapi_browsertest.cc
|
| diff --git a/content/test/ppapi/ppapi_browsertest.cc b/content/test/ppapi/ppapi_browsertest.cc
|
| index 1a6a222fbd5159e3c443616a9184a24f78019199..50ae717f229cc7360397fd31fc480900b51ff4b2 100644
|
| --- a/content/test/ppapi/ppapi_browsertest.cc
|
| +++ b/content/test/ppapi/ppapi_browsertest.cc
|
| @@ -152,7 +152,7 @@ TEST_PPAPI_IN_PROCESS(VarResource)
|
| TEST_PPAPI_OUT_OF_PROCESS(VarResource)
|
|
|
| // Flaky on Win, Linux and CrOS, http://crbug.com/602877
|
| -#if defined(OS_MACOSX)
|
| +#if defined(OS_WIN) || defined(OS_LINUX) || defined(OS_CHROMEOS)
|
| #define MAYBE_VideoDecoder DISABLED_VideoDecoder
|
| #else
|
| #define MAYBE_VideoDecoder VideoDecoder
|
|
|