Index: net/base/escape.cc |
=================================================================== |
--- net/base/escape.cc (revision 88552) |
+++ net/base/escape.cc (working copy) |
@@ -212,9 +212,8 @@ |
0xffffffffL, 0xffffffffL, 0xffffffffL, 0xffffffffL |
); |
-std::string EscapeUrlEncodedData(const std::string& path, |
- bool use_plus) { |
- return Escape(path, kUrlEscape, use_plus); |
+std::string EscapeUrlEncodedData(const std::string& path) { |
+ return Escape(path, kUrlEscape, true); |
} |
// non-7bit |