diff options
author | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-21 21:41:30 +0000 |
---|---|---|
committer | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-21 21:41:30 +0000 |
commit | 84b604b1b6950eceb84e664d3e93567b6aab22b3 (patch) | |
tree | c885d8b3c2b863948d77bf478d661ed397a176db /base/file_util_deprecated.h | |
parent | 43efc50cf60427e9c6cdc77116c5807fe66ee070 (diff) | |
download | chromium_src-84b604b1b6950eceb84e664d3e93567b6aab22b3.zip chromium_src-84b604b1b6950eceb84e664d3e93567b6aab22b3.tar.gz chromium_src-84b604b1b6950eceb84e664d3e93567b6aab22b3.tar.bz2 |
Remove the wstring versions of GetFileInfo, GetFileSize, GetTempDir.
TEST=compiles
BUG=24672
Review URL: http://codereview.chromium.org/1753004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45246 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/file_util_deprecated.h')
-rw-r--r-- | base/file_util_deprecated.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/base/file_util_deprecated.h b/base/file_util_deprecated.h index 59f8d82..9fad79c 100644 --- a/base/file_util_deprecated.h +++ b/base/file_util_deprecated.h @@ -45,9 +45,6 @@ bool Delete(const std::wstring& path, bool recursive); bool CopyDirectory(const std::wstring& from_path, const std::wstring& to_path, bool recursive); bool ReadFileToString(const std::wstring& path, std::string* contents); -bool GetTempDir(std::wstring* path); -bool GetFileSize(const std::wstring& file_path, int64* file_size); -bool GetFileInfo(const std::wstring& file_path, FileInfo* info); FILE* OpenFile(const std::string& filename, const char* mode); FILE* OpenFile(const std::wstring& filename, const char* mode); int ReadFile(const std::wstring& filename, char* data, int size); |