From 6c462517ce781f27ed0d6c97f50354485702206c Mon Sep 17 00:00:00 2001 From: "kinuko@chromium.org" Date: Tue, 30 Nov 2010 10:25:53 +0000 Subject: Revert 67385 - On windows filepaths need \\?\ prefix to allow extended file path names. Fix to bug 63574. Turned out that we need more changes to make extended paths work. BUG=63574 TEST=file_system_operation_unittest.cc and manually tested on FAT32. Review URL: http://codereview.chromium.org/5259003 TBR=kkanetkar@chromium.org Review URL: http://codereview.chromium.org/5357009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67703 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/fileapi/file_system_path_manager.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'webkit/fileapi/file_system_path_manager.h') diff --git a/webkit/fileapi/file_system_path_manager.h b/webkit/fileapi/file_system_path_manager.h index 41ffd4d..12104ef 100644 --- a/webkit/fileapi/file_system_path_manager.h +++ b/webkit/fileapi/file_system_path_manager.h @@ -28,8 +28,6 @@ class FileSystemPathManager { bool allow_file_access_from_files); ~FileSystemPathManager(); - static FilePath GetFileSystemCommonRootDirectory(const FilePath& root_path); - // Callback for GetFileSystemRootPath. // If the request is accepted and the root filesystem for the origin exists // the callback is called with success=true and valid root_path and name. -- cgit v1.1