| Index: components/url_formatter/elide_url.h
|
| diff --git a/components/url_formatter/elide_url.h b/components/url_formatter/elide_url.h
|
| index 5a05ceffa74ea7732ad4fee684207774a89d0684..3ef1ccdd05c506acef8f5b2abfa607a559fec6d7 100644
|
| --- a/components/url_formatter/elide_url.h
|
| +++ b/components/url_formatter/elide_url.h
|
| @@ -77,7 +77,7 @@ base::string16 FormatUrlForSecurityDisplay(const GURL& origin,
|
|
|
| // Just like |FormatUrlForSecurityDisplay|, but also:
|
| //
|
| -// - Omits the scheme if SchemeIsHTTPOrHTTPS().
|
| +// - Omits the scheme if scheme is HTTPS.
|
| base::string16 FormatUrlForSecurityDisplayOmitScheme(
|
| const GURL& origin,
|
| const std::string& languages);
|
|
|