Index: webkit/database/vfs_backend.h |
diff --git a/webkit/database/vfs_backend.h b/webkit/database/vfs_backend.h |
index 99effc82d32fa065d8e62cb3582c06c214992fdc..d50047271b6e694304ea789817246e9f1f8cabbf 100644 |
--- a/webkit/database/vfs_backend.h |
+++ b/webkit/database/vfs_backend.h |
@@ -15,11 +15,6 @@ namespace webkit_database { |
class VfsBackend { |
public: |
- static void GetFileHandleForProcess(base::ProcessHandle process_handle, |
- const base::PlatformFile& file_handle, |
- base::PlatformFile* target_handle, |
- bool close_source_handle); |
- |
static void OpenFile(const FilePath& file_path, |
int desired_flags, |
base::PlatformFile* file_handle); |