| Index: ppapi/api/ppb_file_system.idl
|
| diff --git a/ppapi/api/ppb_file_system.idl b/ppapi/api/ppb_file_system.idl
|
| index 1675d30282de101d756bdacf10029677b87af506..4cad1eb5358c22d697060681c8d8b5ca25f58bfe 100644
|
| --- a/ppapi/api/ppb_file_system.idl
|
| +++ b/ppapi/api/ppb_file_system.idl
|
| @@ -46,7 +46,14 @@ interface PPB_FileSystem {
|
| *
|
| * @param[in] file_system A <code>PP_Resource</code> corresponding to a file
|
| * system.
|
| - * @param[in] expected_size The expected size of the file system.
|
| + *
|
| + * @param[in] expected_size The expected size of the file system. Note that
|
| + * this does not request quota; to do that, you must either invoke
|
| + * requestQuota from JavaScript:
|
| + * http://www.html5rocks.com/en/tutorials/file/filesystem/#toc-requesting-quota
|
| + * or set the unlimitedStorage permission for Chrome Web Store apps:
|
| + * http://code.google.com/chrome/extensions/manifest.html#permissions
|
| + *
|
| * @param[in] callback A <code>PP_CompletionCallback</code> to be called upon
|
| * completion of Open().
|
| *
|
|
|