| Index: components/url_formatter/url_formatter.h
|
| diff --git a/components/url_formatter/url_formatter.h b/components/url_formatter/url_formatter.h
|
| index fac0d841bfc7de5965b95c78ad30a66dca18061d..a44f60eeb5c18821c2013a0cbc928a6ba8f66f41 100644
|
| --- a/components/url_formatter/url_formatter.h
|
| +++ b/components/url_formatter/url_formatter.h
|
| @@ -63,6 +63,9 @@ extern const FormatUrlType kFormatUrlExperimentalElideAfterHost;
|
| // kFormatUrlOmitAll.
|
| extern const FormatUrlType kFormatUrlExperimentalOmitHTTPS;
|
|
|
| +// Omits some trivially informative subdomains such as "www" or "m".
|
| +extern const FormatUrlType kFormatUrlExperimentalOmitTrivialSubdomains;
|
| +
|
| // Creates a string representation of |url|. The IDN host name is turned to
|
| // Unicode if the Unicode representation is deemed safe. |format_type| is a
|
| // bitmask of FormatUrlTypes, see it for details. |unescape_rules| defines how
|
|
|