| 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',
|
|
|