Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(324)

Unified Diff: base/file_path.h

Issue 7087009: FilePath: remove some functions that aren't really used. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: simpler Created 9 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | base/file_path.cc » ('j') | chrome/browser/bookmarks/bookmark_node_data.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/file_path.h
diff --git a/base/file_path.h b/base/file_path.h
index bdcb03a35dfaa32524967cd962ad3177a0ab4ba2..f60a80cd370e8a904e5a28b734ba965c16a87a8b 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);
« no previous file with comments | « no previous file | base/file_path.cc » ('j') | chrome/browser/bookmarks/bookmark_node_data.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698