| Index: components/dom_distiller/content/distiller_page_web_contents_browsertest.cc
|
| diff --git a/components/dom_distiller/content/distiller_page_web_contents_browsertest.cc b/components/dom_distiller/content/distiller_page_web_contents_browsertest.cc
|
| index 72b572f4ff3ac1aed703e71f1193757bdaf8c339..5d1cd2ae1806948155f2bd49d67695a961ea720f 100644
|
| --- a/components/dom_distiller/content/distiller_page_web_contents_browsertest.cc
|
| +++ b/components/dom_distiller/content/distiller_page_web_contents_browsertest.cc
|
| @@ -36,6 +36,7 @@ class DistillerPageWebContentsTest : public ContentBrowserTest {
|
| quit_closure_ = quit_closure;
|
| distiller_page_->DistillPage(
|
| embedded_test_server()->GetURL(url),
|
| + dom_distiller::proto::DomDistillerOptions(),
|
| base::Bind(&DistillerPageWebContentsTest::OnPageDistillationFinished,
|
| this));
|
| }
|
|
|