diff options
Diffstat (limited to 'base/file_path.h')
-rw-r--r-- | base/file_path.h | 6 |
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); |