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

Unified Diff: webkit/fileapi/file_system_util.h

Issue 6603034: Stop returning the true root path of each filesystem from openFileSystem.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 9 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: 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_

Powered by Google App Engine
This is Rietveld 408576698