| Index: chrome/test/ppapi/ppapi_browsertest.cc
|
| diff --git a/chrome/test/ppapi/ppapi_browsertest.cc b/chrome/test/ppapi/ppapi_browsertest.cc
|
| index d3b728b34293c98702d73c34ff1e157243294a52..02bbbb296549f759c7061a5dbe008f850ffe5985 100644
|
| --- a/chrome/test/ppapi/ppapi_browsertest.cc
|
| +++ b/chrome/test/ppapi/ppapi_browsertest.cc
|
| @@ -898,6 +898,9 @@ TEST_PPAPI_IN_PROCESS(MouseCursor)
|
| TEST_PPAPI_OUT_OF_PROCESS(MouseCursor)
|
| TEST_PPAPI_NACL_VIA_HTTP(MouseCursor)
|
|
|
| +// PPB_Printing only implemented for out of process.
|
| +TEST_PPAPI_OUT_OF_PROCESS(Printing)
|
| +
|
| // PPB_MessageLoop is only supported out-of-process.
|
| // TODO(dmichael): Enable for NaCl with the IPC proxy. crbug.com/116317
|
| TEST_PPAPI_OUT_OF_PROCESS(MessageLoop_Basics)
|
|
|