| Index: chrome/test/ppapi/ppapi_browsertest.cc
|
| diff --git a/chrome/test/ppapi/ppapi_browsertest.cc b/chrome/test/ppapi/ppapi_browsertest.cc
|
| index 32d8057201653d425e3110c48a8b8e3579db8925..279bfc99449026df2d8c842a91b95a674a451c07 100644
|
| --- a/chrome/test/ppapi/ppapi_browsertest.cc
|
| +++ b/chrome/test/ppapi/ppapi_browsertest.cc
|
| @@ -1105,6 +1105,7 @@ IN_PROC_BROWSER_TEST_F(PPAPINaClPNaClNonSfiTest, MAYBE_PNACL_NONSFI(View)) {
|
| RunTest( \
|
| LIST_TEST(FlashMessageLoop_Basics) \
|
| LIST_TEST(FlashMessageLoop_RunWithoutQuit) \
|
| + LIST_TEST(FlashMessageLoop_SuspendScriptCallbackWhileRunning) \
|
| )
|
|
|
| #if defined(OS_LINUX) // Disabled due to flakiness http://crbug.com/316925
|
|
|