diff options
author | ericu@google.com <ericu@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-23 02:41:27 +0000 |
---|---|---|
committer | ericu@google.com <ericu@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-23 02:41:27 +0000 |
commit | a64a12806c27b34f686cf66700da56b812a9c199 (patch) | |
tree | b15e6256966f0458ca2c7e07d8c574077e5d4dc4 /webkit/fileapi/file_system_path_manager.h | |
parent | 20e1f11cf353fb6f89c1d909c435f30910951c1e (diff) | |
download | chromium_src-a64a12806c27b34f686cf66700da56b812a9c199.zip chromium_src-a64a12806c27b34f686cf66700da56b812a9c199.tar.gz chromium_src-a64a12806c27b34f686cf66700da56b812a9c199.tar.bz2 |
Revert 63619 - Workers who want to use FileWriter need to be granted permission to access files in the user's FileSystem directory.
BUG=none; you need tests I haven't checked in yet to repro this problem.
TEST=none; tests are in review, but will go in after this fix.
Review URL: http://codereview.chromium.org/3991007
TBR=ericu@google.com
Review URL: http://codereview.chromium.org/3996009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63623 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/fileapi/file_system_path_manager.h')
-rw-r--r-- | webkit/fileapi/file_system_path_manager.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/webkit/fileapi/file_system_path_manager.h b/webkit/fileapi/file_system_path_manager.h index 12104ef..99e0bfc 100644 --- a/webkit/fileapi/file_system_path_manager.h +++ b/webkit/fileapi/file_system_path_manager.h @@ -70,10 +70,6 @@ class FileSystemPathManager { static const char kPersistentName[]; static const char kTemporaryName[]; - const FilePath& base_path() const { - return base_path_; - } - private: class GetFileSystemRootPathTask; |