Index: chrome/test/ppapi/ppapi_browsertest.cc |
diff --git a/chrome/test/ppapi/ppapi_browsertest.cc b/chrome/test/ppapi/ppapi_browsertest.cc |
index 964d0e7a6cacdb307178b6d731de1d52d1151c2d..293bd329f706dfa83c8a86d8926ee3d79d198598 100644 |
--- a/chrome/test/ppapi/ppapi_browsertest.cc |
+++ b/chrome/test/ppapi/ppapi_browsertest.cc |
@@ -659,6 +659,8 @@ TEST_PPAPI_OUT_OF_PROCESS(Flash_SetInstanceAlwaysOnTop) |
TEST_PPAPI_OUT_OF_PROCESS(Flash_GetLocalTimeZoneOffset) |
TEST_PPAPI_OUT_OF_PROCESS(Flash_GetCommandLineArgs) |
TEST_PPAPI_OUT_OF_PROCESS(Flash_GetSetting) |
+// No in-process test for SetCrashData. |
+TEST_PPAPI_OUT_OF_PROCESS(Flash_SetCrashData) |
// NaCl based PPAPI tests with WebSocket server |
TEST_PPAPI_IN_PROCESS(WebSocket_IsWebSocket) |
@@ -884,9 +886,8 @@ TEST_PPAPI_OUT_OF_PROCESS(MessageLoop_Post) |
// Going forward, Flash APIs will only work out-of-process. |
TEST_PPAPI_OUT_OF_PROCESS(Flash_GetProxyForURL) |
-TEST_PPAPI_OUT_OF_PROCESS(Flash_SetCrashData) |
TEST_PPAPI_OUT_OF_PROCESS(FlashClipboard) |
-TEST_PPAPI_OUT_OF_PROCESS(FlashFile) |
+TEST_PPAPI_OUT_OF_PROCESS(FlashFile_CreateTemporaryFile) |
// Mac/Aura reach NOTIMPLEMENTED/time out. |
// mac: http://crbug.com/96767 |
// aura: http://crbug.com/104384 |