Chromium Code Reviews| Index: ppapi/api/ppb_file_system.idl |
| diff --git a/ppapi/api/ppb_file_system.idl b/ppapi/api/ppb_file_system.idl |
| index 20d43bfc77a100c8d3c9fc6ceff06cdef65fa5e8..1675d30282de101d756bdacf10029677b87af506 100644 |
| --- a/ppapi/api/ppb_file_system.idl |
| +++ b/ppapi/api/ppb_file_system.idl |
| @@ -52,11 +52,6 @@ interface PPB_FileSystem { |
| * |
| * @return An int32_t containing an error code from <code>pp_errors.h</code>. |
| */ |
| - |
| - /* |
| - * TODO(brettw) clarify whether this must have completed before a file can |
| - * be opened in it. Clarify what it means to be "completed." |
| - */ |
|
dmichael (off chromium)
2012/03/19 17:41:52
The first sentence in the documentation covers thi
|
| int32_t Open([in] PP_Resource file_system, |
| [in] int64_t expected_size, |
| [in] PP_CompletionCallback callback); |