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

Unified Diff: ppapi/api/ppb_file_system.idl

Issue 9731003: PPAPI: Remove out-dated or unnecessary TODOs from public files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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 | « no previous file | ppapi/api/ppb_graphics_2d.idl » ('j') | ppapi/api/ppb_graphics_2d.idl » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « no previous file | ppapi/api/ppb_graphics_2d.idl » ('j') | ppapi/api/ppb_graphics_2d.idl » ('J')

Powered by Google App Engine
This is Rietveld 408576698