diff options
Diffstat (limited to 'base/file_path.h')
-rw-r--r-- | base/file_path.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/base/file_path.h b/base/file_path.h index 6d57c97..cadf2cf 100644 --- a/base/file_path.h +++ b/base/file_path.h @@ -132,10 +132,6 @@ class FilePath { 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); |