From 234c139a2b9e49ebc4fa568de69c1a5c8248538b Mon Sep 17 00:00:00 2001 From: "raymes@chromium.org" Date: Thu, 27 Sep 2012 23:30:41 +0000 Subject: 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 --- ppapi/host/dispatch_host_message.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ppapi/host') diff --git a/ppapi/host/dispatch_host_message.h b/ppapi/host/dispatch_host_message.h index b01a0ed..f891851 100644 --- a/ppapi/host/dispatch_host_message.h +++ b/ppapi/host/dispatch_host_message.h @@ -63,7 +63,7 @@ inline int32_t DispatchResourceCall(ObjT* obj, Method method, // Note that this only works for message with 1 or more parameters. For // 0-parameter messages you need to use the _0 version below (since there are -// no Params in the message). +// no params in the message). #define PPAPI_DISPATCH_HOST_RESOURCE_CALL(msg_class, member_func) \ case msg_class::ID: { \ TRACK_RUN_IN_IPC_HANDLER(member_func); \ -- cgit v1.1