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

Unified Diff: net/base/escape.h

Issue 2883173002: Remove erroneous comment for net::EscapePath(). (Closed)
Patch Set: Created 3 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/escape.h
diff --git a/net/base/escape.h b/net/base/escape.h
index cb013922dc3b6dbd6098a3a041d932895118f040..5d494045d226db5b7a337e3ae426b87ca080eb1d 100644
--- a/net/base/escape.h
+++ b/net/base/escape.h
@@ -27,8 +27,6 @@ NET_EXPORT std::string EscapeQueryParamValue(base::StringPiece text,
// Escapes a partial or complete file/pathname. This includes:
// non-printable, non-7bit, and (including space) "#%:<>?[\]^`{|}
-// For the base::string16 version, we attempt a conversion to |codepage| before
-// encoding the string. If this conversion fails, we return false.
NET_EXPORT std::string EscapePath(base::StringPiece path);
#if defined(OS_MACOSX)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698