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

Unified Diff: webkit/fileapi/file_system_file_util.h

Issue 10855039: Cleanup: Remove FileSystemFileUtil::{Directory,Path}Exists (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: test fix Created 8 years, 4 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 | « no previous file | webkit/fileapi/file_util_helper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/fileapi/file_system_file_util.h
diff --git a/webkit/fileapi/file_system_file_util.h b/webkit/fileapi/file_system_file_util.h
index 8205dfd5148736c6d511eddef34a4f7587bf7c4d..d2434ab08f1841f32e48d2bfe17c934878de11f3 100644
--- a/webkit/fileapi/file_system_file_util.h
+++ b/webkit/fileapi/file_system_file_util.h
@@ -149,16 +149,6 @@ class FILEAPI_EXPORT FileSystemFileUtil {
const FileSystemURL& url,
int64 length) = 0;
- // Returns true if a given |url| exists.
- virtual bool PathExists(
- FileSystemOperationContext* context,
- const FileSystemURL& url) = 0;
-
- // Returns true if a given |url| exists and is a directory.
- virtual bool DirectoryExists(
- FileSystemOperationContext* context,
- const FileSystemURL& url) = 0;
-
// Returns true if a given |url| is an empty directory.
virtual bool IsDirectoryEmpty(
FileSystemOperationContext* context,
« no previous file with comments | « no previous file | webkit/fileapi/file_util_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698