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 9eca8a048d1a958fe6aff4b6500af2baa1bbec4d..aea16bc098821ea2a94787c4b4dfc42c9ead27d0 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::DidStartProvisionalLoadForFrame( |
content::RenderFrameHost* render_frame_host, const GURL& validated_url, |
- bool is_error_page) { |
+ bool is_error_page, bool is_iframe_srcdoc) { |
SetupMojoService(render_frame_host); |
} |