Chromium Code Reviews| 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, |