Chromium Code Reviews| 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..6225cafe27d7a2b910eea6d170f9222b1fdb0f88 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. |
|
Yaron
2014/08/12 20:49:00
s/an article/is likely usable with DomDistillerSer
smaslo
2014/08/12 20:58:15
Done.
|
| +std::string GetIsDistillableJs(); |
| + |
| } // namespace url_utils |
| } // namespace dom_distiller |