| Index: chrome/test/ppapi/ppapi_browsertest.cc
|
| diff --git a/chrome/test/ppapi/ppapi_browsertest.cc b/chrome/test/ppapi/ppapi_browsertest.cc
|
| index 0c80b239753d556963cd09f332b448b780353804..ef88193caba69c92aa88ecda62fcf126513d0899 100644
|
| --- a/chrome/test/ppapi/ppapi_browsertest.cc
|
| +++ b/chrome/test/ppapi/ppapi_browsertest.cc
|
| @@ -1297,7 +1297,8 @@ TEST_PPAPI_OUT_OF_PROCESS(FlashFile)
|
| // mac: http://crbug.com/96767
|
| // aura: http://crbug.com/104384
|
| // cros: http://crbug.com/396502
|
| -#if defined(OS_MACOSX) || defined(OS_CHROMEOS)
|
| +// win debug: http://crbug.com/419644
|
| +#if defined(OS_MACOSX) || defined(OS_CHROMEOS) || (defined(OS_WIN) && !defined(NDEBUG))
|
| #define MAYBE_FlashFullscreen DISABLED_FlashFullscreen
|
| #else
|
| #define MAYBE_FlashFullscreen FlashFullscreen
|
|
|