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

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

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: 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: src/shared/ppapi_proxy/ppp_printing.srpc
diff --git a/src/shared/ppapi_proxy/ppp_printing.srpc b/src/shared/ppapi_proxy/ppp_printing.srpc
index e7aba2ab7c6eb21c189dbcdc10cbd9b101d5ff7f..c1301ef59748065969c3908619315fb2959a170b 100644
--- a/src/shared/ppapi_proxy/ppp_printing.srpc
+++ b/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