| Index: ppapi/api/trusted/ppb_file_io_trusted.idl
|
| ===================================================================
|
| --- ppapi/api/trusted/ppb_file_io_trusted.idl (revision 93091)
|
| +++ ppapi/api/trusted/ppb_file_io_trusted.idl (working copy)
|
| @@ -22,9 +22,11 @@
|
| */
|
| int32_t GetOSFileDescriptor([in] PP_Resource file_io);
|
|
|
| - // Notifies the browser that underlying file will be modified. This gives
|
| - // the browser the opportunity to apply quota restrictions and possibly
|
| - // return an error to indicate that the write is not allowed.
|
| + /**
|
| + * Notifies the browser that underlying file will be modified. This gives
|
| + * the browser the opportunity to apply quota restrictions and possibly
|
| + * return an error to indicate that the write is not allowed.
|
| + */
|
| int32_t WillWrite([in] PP_Resource file_io,
|
| [in] int64_t offset,
|
| [in] int32_t bytes_to_write,
|
|
|