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

Unified Diff: content/child/fileapi/webfilesystem_impl.h

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.cc ('k') | content/child/fileapi/webfilesystem_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/fileapi/webfilesystem_impl.h
diff --git a/content/child/fileapi/webfilesystem_impl.h b/content/child/fileapi/webfilesystem_impl.h
index 6a8634479db1cd005c8a06f2350e72ed3e28e734..9e3ab97e03675f0b33242dab40158cf158dc6f8f 100644
--- a/content/child/fileapi/webfilesystem_impl.h
+++ b/content/child/fileapi/webfilesystem_impl.h
@@ -57,9 +57,6 @@ class WebFileSystemImpl : public blink::WebFileSystem,
blink::WebFileSystemCallbacks) override;
void resolveURL(const blink::WebURL& filesystem_url,
blink::WebFileSystemCallbacks) override;
- void deleteFileSystem(const blink::WebURL& storage_partition,
- const blink::WebFileSystemType type,
- blink::WebFileSystemCallbacks) override;
void move(const blink::WebURL& src_path,
const blink::WebURL& dest_path,
blink::WebFileSystemCallbacks) override;
« no previous file with comments | « content/child/fileapi/file_system_dispatcher.cc ('k') | content/child/fileapi/webfilesystem_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698