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

Unified Diff: webkit/fileapi/mount_points.h

Issue 12258021: Fix filesystem API file_handlers to work for drive on ChromeOS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
« no previous file with comments | « webkit/fileapi/isolated_context.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/fileapi/mount_points.h
diff --git a/webkit/fileapi/mount_points.h b/webkit/fileapi/mount_points.h
index 7fcc2314c8462d72112a09904a27260b37514a8f..531956bc7bb7757667afc4a8fea8d5ce0116ba45 100644
--- a/webkit/fileapi/mount_points.h
+++ b/webkit/fileapi/mount_points.h
@@ -57,6 +57,7 @@ class WEBKIT_STORAGE_EXPORT MountPoints {
// Same as CreateCrackedFileSystemURL, but cracks FileSystemURL created
// from |url|.
virtual FileSystemURL CrackURL(const GURL& url) const = 0;
+ virtual FileSystemURL CrackFileSystemURL(const FileSystemURL& url) const = 0;
// Creates a FileSystemURL with the given origin, type and path and tries to
// crack it as a part of one of the registered mount points.
« no previous file with comments | « webkit/fileapi/isolated_context.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698