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

Unified Diff: base/file_path.h

Issue 16252: Reverting 7423. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 12 years 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') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/file_path.h
===================================================================
--- base/file_path.h (revision 7450)
+++ base/file_path.h (working copy)
@@ -132,10 +132,6 @@
const StringType& value() const { return path_; }
- // Returns value() encoded as a UTF8 std::string. Be careful to not use this
- // in places that use filesystem APIs as it won't be portable.
- const std::string UTF8Value() const;
-
// Returns true if |character| is in kSeparators.
static bool IsSeparator(CharType character);
« no previous file with comments | « no previous file | base/file_path.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698