summaryrefslogtreecommitdiffstats
path: root/ppapi/api/ppb_file_system.idl
diff options
context:
space:
mode:
authorjond@google.com <jond@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-16 19:33:07 +0000
committerjond@google.com <jond@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-16 19:33:07 +0000
commitf1a0afd004fcdd67f463edd04148a939ededa692 (patch)
tree92fb7398174220b09250bfb42a051f47d4933a5a /ppapi/api/ppb_file_system.idl
parentbafda13fc1c1f1a28ef15fd8703370dda0d1a5f3 (diff)
downloadchromium_src-f1a0afd004fcdd67f463edd04148a939ededa692.zip
chromium_src-f1a0afd004fcdd67f463edd04148a939ededa692.tar.gz
chromium_src-f1a0afd004fcdd67f463edd04148a939ededa692.tar.bz2
Minor changes as per Christians most-recent review of the docs.
Review URL: http://codereview.chromium.org/9288006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@122337 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/api/ppb_file_system.idl')
-rw-r--r--ppapi/api/ppb_file_system.idl8
1 files changed, 5 insertions, 3 deletions
diff --git a/ppapi/api/ppb_file_system.idl b/ppapi/api/ppb_file_system.idl
index 45b4805..20d43bf 100644
--- a/ppapi/api/ppb_file_system.idl
+++ b/ppapi/api/ppb_file_system.idl
@@ -51,10 +51,12 @@ interface PPB_FileSystem {
* completion of Open().
*
* @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."
*/
+
+ /*
+ * TODO(brettw) clarify whether this must have completed before a file can
+ * be opened in it. Clarify what it means to be "completed."
+ */
int32_t Open([in] PP_Resource file_system,
[in] int64_t expected_size,
[in] PP_CompletionCallback callback);