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

Unified Diff: content/child/fileapi/webfilesystem_impl.h

Issue 23856002: SyncFS: Support resolveLocalFileSystemURL on SyncFileSystem (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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: content/child/fileapi/webfilesystem_impl.h
diff --git a/content/child/fileapi/webfilesystem_impl.h b/content/child/fileapi/webfilesystem_impl.h
index d439158a6e2ed803baf497e562d126501994fcb7..7f0c9706d42d2bde950830873caff4f1882a17f5 100644
--- a/content/child/fileapi/webfilesystem_impl.h
+++ b/content/child/fileapi/webfilesystem_impl.h
@@ -53,6 +53,9 @@ class WebFileSystemImpl
const WebKit::WebFileSystemType type,
bool create,
WebKit::WebFileSystemCallbacks*);
+ virtual void resolveURL(
+ const WebKit::WebURL& storage_partition,
tzik 2013/09/05 09:30:26 I think this URL is not a storage partition (=secu
nhiroki 2013/09/09 09:51:05 I see. This contains full filesystem URL, so how a
+ WebKit::WebFileSystemCallbacks*) OVERRIDE;
virtual void deleteFileSystem(
const WebKit::WebURL& storage_partition,
const WebKit::WebFileSystemType type,

Powered by Google App Engine
This is Rietveld 408576698