summaryrefslogtreecommitdiffstats
path: root/base/file_path.h
diff options
context:
space:
mode:
authorevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-31 18:04:33 +0000
committerevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-31 18:04:33 +0000
commit8ce9e490f79236a93767ab3e153995e9c19735dd (patch)
tree08aaf3e0b68f7a3e9b84691999f719cf5fc992bb /base/file_path.h
parent814e87b6e5236aaa38d97a9e2b2e9e6a4bae2c59 (diff)
downloadchromium_src-8ce9e490f79236a93767ab3e153995e9c19735dd.zip
chromium_src-8ce9e490f79236a93767ab3e153995e9c19735dd.tar.gz
chromium_src-8ce9e490f79236a93767ab3e153995e9c19735dd.tar.bz2
FilePath: remove some functions that aren't really used.
And fix the one caller. Review URL: http://codereview.chromium.org/7087009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87327 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/file_path.h')
-rw-r--r--base/file_path.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/base/file_path.h b/base/file_path.h
index bdcb03a..f60a80c 100644
--- a/base/file_path.h
+++ b/base/file_path.h
@@ -312,12 +312,6 @@ class BASE_API FilePath {
// ever use the result of that again as a path.
static FilePath FromWStringHack(const std::wstring& wstring);
- // Static helper method to write a StringType to a pickle.
- static void WriteStringTypeToPickle(Pickle* pickle,
- const FilePath::StringType& path);
- static bool ReadStringTypeFromPickle(Pickle* pickle, void** iter,
- FilePath::StringType* path);
-
void WriteToPickle(Pickle* pickle);
bool ReadFromPickle(Pickle* pickle, void** iter);