Chromium Code Reviews| Index: webkit/fileapi/file_system_util.h |
| =================================================================== |
| --- webkit/fileapi/file_system_util.h (revision 77587) |
| +++ webkit/fileapi/file_system_util.h (working copy) |
| @@ -13,9 +13,13 @@ |
| namespace fileapi { |
| +// The file_path this returns will be using '/' as a path separator, no matter |
| +// what platform you're on. |
| bool CrackFileSystemURL(const GURL& url, GURL* origin_url, FileSystemType* type, |
| FilePath* file_path); |
| +GURL GetFileSystemRootURI(const GURL& origin_url, fileapi::FileSystemType type); |
|
kinuko
2011/03/14 11:03:57
When we use URL but not URI (or vice versa)?
ericu
2011/03/15 02:43:11
Ian Hickson suggested that the whole spec switch t
kinuko
2011/03/16 19:33:38
Thanks, sgtm.
ericu
2011/03/16 23:47:31
I've now made and announced this spec change, and
|
| + |
| } // namespace fileapi |
| #endif // WEBKIT_FILEAPI_FILE_SYSTEM_UTIL_H_ |