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

Unified Diff: ppapi/api/trusted/ppb_file_io_trusted.idl

Issue 7448005: Missing changes for IDL (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 5 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
« no previous file with comments | « ppapi/api/pp_stdint.idl ('k') | ppapi/c/pp_stdint.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « ppapi/api/pp_stdint.idl ('k') | ppapi/c/pp_stdint.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698