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

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: review fix 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 f800ff9ba41a3c7b0052088d178aa62797fa34ae..adfd6d02d67819a45ef3c95327517672e989179f 100644
--- a/content/child/fileapi/webfilesystem_impl.h
+++ b/content/child/fileapi/webfilesystem_impl.h
@@ -61,6 +61,9 @@ class WebFileSystemImpl
const WebKit::WebFileSystemType type,
bool create,
WebFileSystemCallbacksType);
+ virtual void resolveURL(
+ const WebKit::WebURL& filesystem_url,
+ WebFileSystemCallbacksType) OVERRIDE;
virtual void deleteFileSystem(
const WebKit::WebURL& storage_partition,
const WebKit::WebFileSystemType type,

Powered by Google App Engine
This is Rietveld 408576698