summaryrefslogtreecommitdiffstats
path: root/base/file_util.h
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-25 22:11:26 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-25 22:11:26 +0000
commitaa1aad14bca48ad0b871b80267241b3a791926f8 (patch)
tree26c6ea8c63aa4ef132eb724aa3636679d55b8253 /base/file_util.h
parentc2a6cc970520d5d9d571f9c5d6468c1f8ae6b5bb (diff)
downloadchromium_src-aa1aad14bca48ad0b871b80267241b3a791926f8.zip
chromium_src-aa1aad14bca48ad0b871b80267241b3a791926f8.tar.gz
chromium_src-aa1aad14bca48ad0b871b80267241b3a791926f8.tar.bz2
file_util: Remove deprecated function SetCurrentDirectory.
BUG=24672 TEST=None Original Review URL: http://codereview.chromium.org/391059 Patch from Thiago Farina <thiago.farina@gmail.com>. Review URL: http://codereview.chromium.org/434093 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33135 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/file_util.h')
-rw-r--r--base/file_util.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/base/file_util.h b/base/file_util.h
index 915065e..bf5f5bf 100644
--- a/base/file_util.h
+++ b/base/file_util.h
@@ -363,8 +363,6 @@ bool GetCurrentDirectory(std::wstring* path);
// Sets the current working directory for the process.
bool SetCurrentDirectory(const FilePath& path);
-// Deprecated temporary compatibility function.
-bool SetCurrentDirectory(const std::wstring& current_directory);
// A class to handle auto-closing of FILE*'s.
class ScopedFILEClose {