Index: components/dom_distiller/content/distiller_page_web_contents.cc |
diff --git a/components/dom_distiller/content/distiller_page_web_contents.cc b/components/dom_distiller/content/distiller_page_web_contents.cc |
index 5b94431cae7feba87da65b323c71eb5b117852c7..2c7493f6fd1dd7c1a21a1e600aa7974712c8e2ac 100644 |
--- a/components/dom_distiller/content/distiller_page_web_contents.cc |
+++ b/components/dom_distiller/content/distiller_page_web_contents.cc |
@@ -162,7 +162,8 @@ void DistillerPageWebContents::DidFailLoad( |
content::RenderFrameHost* render_frame_host, |
const GURL& validated_url, |
int error_code, |
- const base::string16& error_description) { |
+ const base::string16& error_description, |
+ bool was_ignored_by_handler) { |
if (!render_frame_host->GetParent()) { |
content::WebContentsObserver::Observe(NULL); |
DCHECK(state_ == LOADING_PAGE || state_ == EXECUTING_JAVASCRIPT); |