| Index: components/dom_distiller/standalone/content_extractor.cc
|
| diff --git a/components/dom_distiller/standalone/content_extractor.cc b/components/dom_distiller/standalone/content_extractor.cc
|
| index fe7afaee7bf5fd37634f441ec5eadf321a623dca..8e83963cee6a5bf3a4d4fa17e92d1372fdfcfe42 100644
|
| --- a/components/dom_distiller/standalone/content_extractor.cc
|
| +++ b/components/dom_distiller/standalone/content_extractor.cc
|
| @@ -205,6 +205,7 @@ class ContentExtractionRequest : public ViewRequestDelegate {
|
| virtual void OnArticleReady(const DistilledArticleProto* article_proto)
|
| OVERRIDE {
|
| article_proto_ = article_proto;
|
| + CHECK(article_proto->pages_size()) << "Failed extracting " << url_;
|
| base::MessageLoop::current()->PostTask(
|
| FROM_HERE,
|
| finished_callback_);
|
|
|