| Index: url/url_canon.h
|
| diff --git a/url/url_canon.h b/url/url_canon.h
|
| index 95d53453f64362efc98d8141c11691573eaae165..fb4736b58d056a86943a50f9b1d7ffef769ffd01 100644
|
| --- a/url/url_canon.h
|
| +++ b/url/url_canon.h
|
| @@ -570,6 +570,20 @@ URL_EXPORT bool CanonicalizeMailtoURL(const base::char16* spec,
|
| CanonOutput* output,
|
| Parsed* new_parsed);
|
|
|
| +// Use for URLs with unknown, non standard schemes.
|
| +URL_EXPORT bool CanonicalizeNonStandardURL(const char* spec,
|
| + int spec_len,
|
| + const Parsed& parsed,
|
| + CharsetConverter* query_converter,
|
| + CanonOutput* output,
|
| + Parsed* new_parsed);
|
| +URL_EXPORT bool CanonicalizeNonStandardURL(const base::char16* spec,
|
| + int spec_len,
|
| + const Parsed& parsed,
|
| + CharsetConverter* query_converter,
|
| + CanonOutput* output,
|
| + Parsed* new_parsed);
|
| +
|
| // Part replacer --------------------------------------------------------------
|
|
|
| // Internal structure used for storing separate strings for each component.
|
|
|