Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(835)

Unified Diff: src/shared/ppapi_proxy/trusted/srpcgen/ppp_rpc.h

Issue 7714041: Update proxy for PPP_Printing_Dev to deal with new QuerySupportedFormats (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Fixes based on review Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/shared/ppapi_proxy/ppp_rpc_server.cc ('k') | src/shared/ppapi_proxy/untrusted/srpcgen/ppp_rpc.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/shared/ppapi_proxy/trusted/srpcgen/ppp_rpc.h
diff --git a/src/shared/ppapi_proxy/trusted/srpcgen/ppp_rpc.h b/src/shared/ppapi_proxy/trusted/srpcgen/ppp_rpc.h
index 770866a32b2564dd7f7d2982f393aec0581cea94..3d7b0e1a5f270a975102b7cc0adb0b2198765c2e 100644
--- a/src/shared/ppapi_proxy/trusted/srpcgen/ppp_rpc.h
+++ b/src/shared/ppapi_proxy/trusted/srpcgen/ppp_rpc.h
@@ -160,8 +160,7 @@ class PppPrintingRpcClient {
static NaClSrpcError PPP_Printing_QuerySupportedFormats(
NaClSrpcChannel* channel,
PP_Instance instance,
- nacl_abi_size_t* formats_bytes, char* formats,
- int32_t* format_count);
+ int32_t* formats);
static NaClSrpcError PPP_Printing_Begin(
NaClSrpcChannel* channel,
PP_Instance instance,
« no previous file with comments | « src/shared/ppapi_proxy/ppp_rpc_server.cc ('k') | src/shared/ppapi_proxy/untrusted/srpcgen/ppp_rpc.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698