Index: url/url_util.h |
diff --git a/url/url_util.h b/url/url_util.h |
index 44948190e3c49e834622bd94dc368f58eac7f232..eff386cf46a9df30f26c04cbf20174c80d061b2f 100644 |
--- a/url/url_util.h |
+++ b/url/url_util.h |
@@ -112,11 +112,13 @@ inline bool IsStandard(const char* spec, int spec_len, |
// but they will not represent a loadable URL. |
URL_EXPORT bool Canonicalize(const char* spec, |
int spec_len, |
+ bool trim_path_end, |
url_canon::CharsetConverter* charset_converter, |
url_canon::CanonOutput* output, |
url_parse::Parsed* output_parsed); |
URL_EXPORT bool Canonicalize(const base::char16* spec, |
int spec_len, |
+ bool trim_path_end, |
url_canon::CharsetConverter* charset_converter, |
url_canon::CanonOutput* output, |
url_parse::Parsed* output_parsed); |