Index: webkit/fileapi/sandboxed_file_system_operation.h |
diff --git a/webkit/fileapi/sandboxed_file_system_operation.h b/webkit/fileapi/sandboxed_file_system_operation.h |
index 088a5f3f03f6b5a8b2206b44de848b2664c755e7..18d47f789927037165cef0c2d3219faf38fa76b2 100644 |
--- a/webkit/fileapi/sandboxed_file_system_operation.h |
+++ b/webkit/fileapi/sandboxed_file_system_operation.h |
@@ -89,12 +89,6 @@ class SandboxedFileSystemOperation : public FileSystemOperation { |
bool create, |
int64 growth); |
- // Checks if a given |path| does not contain any restricted names/chars |
- // for new files. Returns true if the given |path| is safe. |
- // Otherwise it fires dispatcher's DidFail method with |
- // PLATFORM_FILE_ERROR_SECURITY and returns false. |
- bool CheckIfFilePathIsSafe(const FilePath& path); |
- |
// Not owned. See the comment at the constructor. |
SandboxedFileSystemContext* file_system_context_; |