From 84b604b1b6950eceb84e664d3e93567b6aab22b3 Mon Sep 17 00:00:00 2001 From: "evan@chromium.org" Date: Wed, 21 Apr 2010 21:41:30 +0000 Subject: 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 --- base/file_util_deprecated.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'base/file_util_deprecated.h') 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); -- cgit v1.1