| Index: components/dom_distiller/webui/dom_distiller_handler.cc
|
| diff --git a/components/dom_distiller/webui/dom_distiller_handler.cc b/components/dom_distiller/webui/dom_distiller_handler.cc
|
| index 59b4fb9943632871f4a4bfe638ba4680e66e109a..2d91dac66d7e3999b89a93843eae901ec26060f6 100644
|
| --- a/components/dom_distiller/webui/dom_distiller_handler.cc
|
| +++ b/components/dom_distiller/webui/dom_distiller_handler.cc
|
| @@ -65,6 +65,7 @@ void DomDistillerHandler::HandleAddArticle(const base::ListValue* args) {
|
| if (gurl.is_valid()) {
|
| service_->AddToList(
|
| gurl,
|
| + service_->CreateDefaultDistillerPage(),
|
| base::Bind(base::Bind(&DomDistillerHandler::OnArticleAdded,
|
| base::Unretained(this))));
|
| } else {
|
|
|