Index: chrome/test/ppapi/ppapi_browsertest.cc |
diff --git a/chrome/test/ppapi/ppapi_browsertest.cc b/chrome/test/ppapi/ppapi_browsertest.cc |
index 6736d88bd8d13d3df053f156a24b3c9f0f81110c..421344d24feb47e9d6dbb907cb8b2c90233f8fa7 100644 |
--- a/chrome/test/ppapi/ppapi_browsertest.cc |
+++ b/chrome/test/ppapi/ppapi_browsertest.cc |
@@ -880,6 +880,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) |