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

Unified Diff: ppapi/c/ppb_file_system.h

Issue 23569005: Add PPAPI interfaces for platform verification. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Comments. Created 7 years, 3 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
Index: ppapi/c/ppb_file_system.h
diff --git a/ppapi/c/ppb_file_system.h b/ppapi/c/ppb_file_system.h
index 28b8cca4f9a759495854d581f79ae60be254652a..9560832295929a8b24b45ca75ec2dbedff4750d3 100644
--- a/ppapi/c/ppb_file_system.h
+++ b/ppapi/c/ppb_file_system.h
@@ -3,7 +3,7 @@
* found in the LICENSE file.
*/
-/* From ppb_file_system.idl modified Thu May 2 16:44:38 2013. */
+/* From ppb_file_system.idl modified Thu Jun 13 14:30:40 2013. */
#ifndef PPAPI_C_PPB_FILE_SYSTEM_H_
#define PPAPI_C_PPB_FILE_SYSTEM_H_
@@ -66,9 +66,7 @@ struct PPB_FileSystem_1_0 {
* @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
+ * 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
*

Powered by Google App Engine
This is Rietveld 408576698