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

Unified Diff: content/child/fileapi/file_system_dispatcher.cc

Issue 2640963002: LocalFileSystem::deleteFileSystem() is no longer used. (Closed)
Patch Set: remove more Created 3 years, 11 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
« no previous file with comments | « content/child/fileapi/file_system_dispatcher.h ('k') | content/child/fileapi/webfilesystem_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/fileapi/file_system_dispatcher.cc
diff --git a/content/child/fileapi/file_system_dispatcher.cc b/content/child/fileapi/file_system_dispatcher.cc
index eea378f514b9ba849f66f5366ddd67dd4ee12f5d..43a6732dbece7c94ff42d049e7e1325b33e22612 100644
--- a/content/child/fileapi/file_system_dispatcher.cc
+++ b/content/child/fileapi/file_system_dispatcher.cc
@@ -195,14 +195,6 @@ void FileSystemDispatcher::ResolveURL(
request_id, filesystem_url));
}
-void FileSystemDispatcher::DeleteFileSystem(const GURL& origin_url,
- storage::FileSystemType type,
- const StatusCallback& callback) {
- int request_id = dispatchers_.Add(CallbackDispatcher::Create(callback));
- ChildThreadImpl::current()->Send(new FileSystemHostMsg_DeleteFileSystem(
- request_id, origin_url, type));
-}
-
void FileSystemDispatcher::Move(
const GURL& src_path,
const GURL& dest_path,
« no previous file with comments | « content/child/fileapi/file_system_dispatcher.h ('k') | content/child/fileapi/webfilesystem_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698