diff options
author | erikkay@chromium.org <erikkay@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-11 18:34:29 +0000 |
---|---|---|
committer | erikkay@chromium.org <erikkay@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-11 18:34:29 +0000 |
commit | 1e079a9784693cb529a4afd37c19a6a55d7c1b1c (patch) | |
tree | 60bd847a5c1ab28d20af3f3a01dc50b7972321a3 /base/file_util.h | |
parent | 7637e1af29671808db2701fa7d56068b31837815 (diff) | |
download | chromium_src-1e079a9784693cb529a4afd37c19a6a55d7c1b1c.zip chromium_src-1e079a9784693cb529a4afd37c19a6a55d7c1b1c.tar.gz chromium_src-1e079a9784693cb529a4afd37c19a6a55d7c1b1c.tar.bz2 |
Removes deprecated version of PathIsWritable which is no longer called by any function.
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/196038
Patch from thiago.farina@gmail.com.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25990 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/file_util.h')
-rw-r--r-- | base/file_util.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/base/file_util.h b/base/file_util.h index cbca470..ba8738c 100644 --- a/base/file_util.h +++ b/base/file_util.h @@ -182,8 +182,6 @@ bool PathExists(const std::wstring& path); // Returns true if the given path is writable by the user, false otherwise. bool PathIsWritable(const FilePath& path); -// Deprecated temporary compatibility function. -bool PathIsWritable(const std::wstring& path); // Returns true if the given path exists and is a directory, false otherwise. bool DirectoryExists(const FilePath& path); |