Chromium Code Reviews| Index: ppapi/api/dev/ppp_printing_dev.idl |
| diff --git a/ppapi/api/dev/ppp_printing_dev.idl b/ppapi/api/dev/ppp_printing_dev.idl |
| index df107abe009b69ffa1438172b176a1b39b2d05c7..9082aca876326a51b30d47597eb2ff7c9b85822b 100644 |
| --- a/ppapi/api/dev/ppp_printing_dev.idl |
| +++ b/ppapi/api/dev/ppp_printing_dev.idl |
| @@ -57,4 +57,8 @@ interface PPP_Printing_Dev { |
| * and not scaled down to fit within the printer's printable area. |
| */ |
| PP_Bool IsScalingDisabled([in] PP_Instance instance); |
| + /** |
| + * Returns the number of copies to be printed. |
| + */ |
| + int32_t NumCopies([in] PP_Instance instance); |
|
Vitaly Buka (NO REVIEWS)
2014/07/10 01:13:05
name
yzshen1
2014/07/14 17:30:55
Style nits: Usually the name of a method should be
Nikhil
2014/07/16 13:52:55
I'm unsure of this change. Please check and let me
Nikhil
2014/07/16 13:52:55
Done.
|
| }; |