summaryrefslogtreecommitdiffstats
path: root/base/file_util.h
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-24 02:59:14 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-24 02:59:14 +0000
commitc4eaca55f090aa2d3b5b61b604f456b7dbcfd99e (patch)
tree6ed8985fe2c88d2892d5e3088212736072085cf0 /base/file_util.h
parent40ecd8a10372b6be9a2cb830dd1fe004b51ca2ec (diff)
downloadchromium_src-c4eaca55f090aa2d3b5b61b604f456b7dbcfd99e.zip
chromium_src-c4eaca55f090aa2d3b5b61b604f456b7dbcfd99e.tar.gz
chromium_src-c4eaca55f090aa2d3b5b61b604f456b7dbcfd99e.tar.bz2
Remove deprecated file_util::GetFilenameWithoutExtensionFromPath(), also convert ElideFilename() to take a FilePath.
Review URL: http://codereview.chromium.org/92060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14409 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/file_util.h')
-rw-r--r--base/file_util.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/base/file_util.h b/base/file_util.h
index 102dd4b..fb7a739 100644
--- a/base/file_util.h
+++ b/base/file_util.h
@@ -80,9 +80,6 @@ FilePath::StringType GetFileExtensionFromPath(const FilePath& path);
// Deprecated temporary compatibility function.
std::wstring GetFileExtensionFromPath(const std::wstring& path);
-// Deprecated compatibility function. Use FilePath::RemoveExtension.
-std::wstring GetFilenameWithoutExtensionFromPath(const std::wstring& path);
-
// Returns the directory component of a path, without the trailing
// path separator, or an empty string on error. The function does not
// check for the existence of the path, so if it is passed a directory