summaryrefslogtreecommitdiffstats
path: root/content/child/fileapi/webfilesystem_impl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/child/fileapi/webfilesystem_impl.cc')
-rw-r--r--content/child/fileapi/webfilesystem_impl.cc8
1 files changed, 0 insertions, 8 deletions
diff --git a/content/child/fileapi/webfilesystem_impl.cc b/content/child/fileapi/webfilesystem_impl.cc
index 3d77df9..1d72fa3 100644
--- a/content/child/fileapi/webfilesystem_impl.cc
+++ b/content/child/fileapi/webfilesystem_impl.cc
@@ -345,14 +345,6 @@ void WebFileSystemImpl::openFileSystem(
make_scoped_ptr(waitable_results));
}
-void WebFileSystemImpl::openFileSystem(
- const WebKit::WebURL& storage_partition,
- WebKit::WebFileSystemType type,
- bool create_unused,
- WebFileSystemCallbacks callbacks) {
- openFileSystem(storage_partition, type, callbacks);
-}
-
void WebFileSystemImpl::resolveURL(
const WebKit::WebURL& filesystem_url,
WebFileSystemCallbacks callbacks) {