diff options
author | raymes@chromium.org <raymes@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-27 23:30:41 +0000 |
---|---|---|
committer | raymes@chromium.org <raymes@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-27 23:30:41 +0000 |
commit | 234c139a2b9e49ebc4fa568de69c1a5c8248538b (patch) | |
tree | 7f2bbff8a839ac6f7e82c849d146928ea9cd6303 /chrome/test/ppapi | |
parent | 8a6702b4c40143058d6750e198641a7e172db611 (diff) | |
download | chromium_src-234c139a2b9e49ebc4fa568de69c1a5c8248538b.zip chromium_src-234c139a2b9e49ebc4fa568de69c1a5c8248538b.tar.gz chromium_src-234c139a2b9e49ebc4fa568de69c1a5c8248538b.tar.bz2 |
Implement browser side of PPB_Printing resource.
This adds the browser side implementation of PPB_Printing as well as a unittest for PepperPrintingHost and a PPAPI browser_test for PPB_Printing::GetDefaultPrintSettings.
BUG=138333
TEST=content_unittests/browser_tests
Review URL: https://chromiumcodereview.appspot.com/10826072
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@159150 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/ppapi')
-rw-r--r-- | chrome/test/ppapi/ppapi_browsertest.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/test/ppapi/ppapi_browsertest.cc b/chrome/test/ppapi/ppapi_browsertest.cc index 2c9753f..5e215f5 100644 --- a/chrome/test/ppapi/ppapi_browsertest.cc +++ b/chrome/test/ppapi/ppapi_browsertest.cc @@ -899,6 +899,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) |