| Index: components/dom_distiller/core/url_utils.h
|
| diff --git a/components/dom_distiller/core/url_utils.h b/components/dom_distiller/core/url_utils.h
|
| index 4dc73b39d88e82ef2661303b4b3e138c4662228e..7614b90c087c2c67fa71015a208b261c0dbb8629 100644
|
| --- a/components/dom_distiller/core/url_utils.h
|
| +++ b/components/dom_distiller/core/url_utils.h
|
| @@ -31,6 +31,9 @@ bool IsUrlDistillable(const GURL& url);
|
| // Returns whether the given |url| is for a distilled page.
|
| bool IsDistilledPage(const GURL& url);
|
|
|
| +// Returns the JavaScript to tell whether or not a page is an article.
|
| +std::string GetIsReadableJs();
|
| +
|
| } // namespace url_utils
|
|
|
| } // namespace dom_distiller
|
|
|