| Index: components/dom_distiller/content/browser/distillability_driver.cc
|
| diff --git a/components/dom_distiller/content/browser/distillability_driver.cc b/components/dom_distiller/content/browser/distillability_driver.cc
|
| index aea16bc098821ea2a94787c4b4dfc42c9ead27d0..9eca8a048d1a958fe6aff4b6500af2baa1bbec4d 100644
|
| --- a/components/dom_distiller/content/browser/distillability_driver.cc
|
| +++ b/components/dom_distiller/content/browser/distillability_driver.cc
|
| @@ -89,7 +89,7 @@ void DistillabilityDriver::RenderFrameHostChanged(
|
|
|
| void DistillabilityDriver::DidStartProvisionalLoadForFrame(
|
| content::RenderFrameHost* render_frame_host, const GURL& validated_url,
|
| - bool is_error_page, bool is_iframe_srcdoc) {
|
| + bool is_error_page) {
|
| SetupMojoService(render_frame_host);
|
| }
|
|
|
|
|