Chromium Code Reviews| Index: components/url_formatter/elide_url.h |
| diff --git a/components/url_formatter/elide_url.h b/components/url_formatter/elide_url.h |
| index 5f929cab3e9b9098d6bf231efee7a015c74f6506..160441fbfc9ee28841c32730eb68d5078f496423 100644 |
| --- a/components/url_formatter/elide_url.h |
| +++ b/components/url_formatter/elide_url.h |
| @@ -18,6 +18,10 @@ namespace gfx { |
| class FontList; |
| } |
| +namespace url { |
| +class Origin; |
| +} |
| + |
| namespace url_formatter { |
| // ElideUrl and Elide host require |
| @@ -78,6 +82,10 @@ base::string16 FormatUrlForSecurityDisplay( |
| const GURL& origin, |
| const SchemeDisplay scheme_display = SchemeDisplay::SHOW); |
| +base::string16 FormatUrlForSecurityDisplay( |
|
palmer
2016/05/09 19:40:48
Naming it |FormatOriginForSecurityDisplay| might b
juncai
2016/05/10 02:16:58
Done.
|
| + const url::Origin& origin, |
| + const SchemeDisplay scheme_display = SchemeDisplay::SHOW); |
| + |
| } // namespace url_formatter |
| #endif // COMPONENTS_URL_FORMATTER_ELIDE_URL_H_ |