| Index: components/dom_distiller/standalone/content_extractor_browsertest.cc
|
| diff --git a/components/dom_distiller/standalone/content_extractor_browsertest.cc b/components/dom_distiller/standalone/content_extractor_browsertest.cc
|
| index cbae88bcab0bd2cec43e3aa9382feb3677e93954..4f87d72b169aaaf1d7bd5989bdfb0f7c9e0ac602 100644
|
| --- a/components/dom_distiller/standalone/content_extractor_browsertest.cc
|
| +++ b/components/dom_distiller/standalone/content_extractor_browsertest.cc
|
| @@ -307,7 +307,8 @@ class ContentExtractionRequest : public ViewRequestDelegate {
|
|
|
| void OnArticleReady(const DistilledArticleProto* article_proto) override {
|
| article_proto_ = article_proto;
|
| - CHECK(article_proto->pages_size()) << "Failed extracting " << url_;
|
| + // Failed extracting |url_|.
|
| + CHECK(article_proto->pages_size());
|
| base::ThreadTaskRunnerHandle::Get()->PostTask(FROM_HERE,
|
| finished_callback_);
|
| }
|
|
|