Index: webkit/fileapi/file_system_util.h |
diff --git a/webkit/fileapi/file_system_util.h b/webkit/fileapi/file_system_util.h |
index af48b8023cb0c2ca0803fe7b65cca496da167927..9dfbe54b7d21b6db733111f9ed2fc9ee867dddbb 100644 |
--- a/webkit/fileapi/file_system_util.h |
+++ b/webkit/fileapi/file_system_util.h |
@@ -66,6 +66,8 @@ class FILEAPI_EXPORT VirtualPath { |
// |
// For Isolated filesystem this returns the 'common' root part, e.g. |
// returns URL without the filesystem ID. |
+// |
+// |type| needs to be public type as the URI is given to the renderer. |
kinuko
2012/08/22 08:23:56
the URI -> the returned URI
|
FILEAPI_EXPORT GURL GetFileSystemRootURI(const GURL& origin_url, |
FileSystemType type); |
@@ -75,6 +77,8 @@ FILEAPI_EXPORT GURL GetFileSystemRootURI(const GURL& origin_url, |
// but can be read as the .name field of the returned FileSystem object |
// as a user-friendly name in the javascript layer). |
// |
+// |type| needs to be public type as the URI is given to the renderer. |
kinuko
2012/08/22 08:23:56
the URI -> the returned name
|
+// |
// Example: |
// The name for a TEMPORARY filesystem of "http://www.example.com:80/" |
// should look like: "http_www.example.host_80:temporary" |