summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--content/child/fileapi/webfilesystem_impl.cc8
-rw-r--r--content/child/fileapi/webfilesystem_impl.h8
2 files changed, 0 insertions, 16 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) {
diff --git a/content/child/fileapi/webfilesystem_impl.h b/content/child/fileapi/webfilesystem_impl.h
index f16333b..5998efd 100644
--- a/content/child/fileapi/webfilesystem_impl.h
+++ b/content/child/fileapi/webfilesystem_impl.h
@@ -53,14 +53,6 @@ class WebFileSystemImpl
const WebKit::WebURL& storage_partition,
const WebKit::WebFileSystemType type,
WebKit::WebFileSystemCallbacks);
-
- // TODO(tzik): Clean up this version after the interface is changed in Blink.
- virtual void openFileSystem(
- const WebKit::WebURL& storage_partition,
- const WebKit::WebFileSystemType type,
- bool create_unused,
- WebKit::WebFileSystemCallbacks);
-
virtual void resolveURL(
const WebKit::WebURL& filesystem_url,
WebKit::WebFileSystemCallbacks) OVERRIDE;