Index: content/common/fileapi/webfilesystem_impl.cc |
=================================================================== |
--- content/common/fileapi/webfilesystem_impl.cc (revision 171309) |
+++ content/common/fileapi/webfilesystem_impl.cc (working copy) |
@@ -120,14 +120,12 @@ |
} |
void WebFileSystemImpl::createSnapshotFileAndReadMetadata( |
- const WebKit::WebURL& blobURL, |
const WebKit::WebURL& path, |
WebKit::WebFileSystemCallbacks* callbacks) { |
FileSystemDispatcher* dispatcher = |
ChildThread::current()->file_system_dispatcher(); |
dispatcher->CreateSnapshotFile( |
- GURL(blobURL), GURL(path), |
- new WebFileSystemCallbackDispatcher(callbacks)); |
+ GURL(path), new WebFileSystemCallbackDispatcher(callbacks)); |
} |
} // namespace content |