| Index: chrome/test/ppapi/ppapi_browsertest.cc
|
| diff --git a/chrome/test/ppapi/ppapi_browsertest.cc b/chrome/test/ppapi/ppapi_browsertest.cc
|
| index 0f1346de53fe97dd7b8d55a73aa49addf5da1ef1..d9f645ef56703cb59a3114b74beaa953e7b3526d 100644
|
| --- a/chrome/test/ppapi/ppapi_browsertest.cc
|
| +++ b/chrome/test/ppapi/ppapi_browsertest.cc
|
| @@ -76,10 +76,6 @@ using content::RenderViewHost;
|
| IN_PROC_BROWSER_TEST_F(PPAPINaClGLibcTest, MAYBE_GLIBC(test_name)) { \
|
| RunTestViaHTTP(STRIP_PREFIXES(test_name)); \
|
| } \
|
| - IN_PROC_BROWSER_TEST_F(PPAPINaClPNaClNonSfiTest, \
|
| - MAYBE_PNACL_NONSFI(test_name)) { \
|
| - RunTestViaHTTP(STRIP_PREFIXES(test_name)); \
|
| - }
|
|
|
| // NaCl based PPAPI tests
|
| #define TEST_PPAPI_NACL(test_name) \
|
|
|