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

Unified Diff: ppapi/native_client/src/shared/ppapi_proxy/ppp_printing.srpc

Issue 7718004: ppapi: Make 0.4 the default for PPP_Printing_Dev, leave backwards-compat (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Incorporate NaCl proxy changes 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
Index: ppapi/native_client/src/shared/ppapi_proxy/ppp_printing.srpc
diff --git a/ppapi/native_client/src/shared/ppapi_proxy/ppp_printing.srpc b/ppapi/native_client/src/shared/ppapi_proxy/ppp_printing.srpc
index e7aba2ab7c6eb21c189dbcdc10cbd9b101d5ff7f..c1301ef59748065969c3908619315fb2959a170b 100644
--- a/ppapi/native_client/src/shared/ppapi_proxy/ppp_printing.srpc
+++ b/ppapi/native_client/src/shared/ppapi_proxy/ppp_printing.srpc
@@ -10,8 +10,7 @@
{'name': 'PPP_Printing_QuerySupportedFormats',
'inputs': [['instance', 'PP_Instance'],
],
- 'outputs': [['formats', 'char[]'], # PP_PrintOutputFormat_Dev array
- ['format_count', 'int32_t'], # uint32_t
+ 'outputs': [['formats', 'int32_t'], # uint32_t
]
},
{'name': 'PPP_Printing_Begin',

Powered by Google App Engine
This is Rietveld 408576698