Index: components/dom_distiller/content/distiller_page_web_contents.h |
diff --git a/components/dom_distiller/content/distiller_page_web_contents.h b/components/dom_distiller/content/distiller_page_web_contents.h |
index 3a7db655500bbf7eb65c1b36c386c6c5e48792ce..fcf368f9cf2f9eb5d209bd5a4eafb17c219d134a 100644 |
--- a/components/dom_distiller/content/distiller_page_web_contents.h |
+++ b/components/dom_distiller/content/distiller_page_web_contents.h |
@@ -68,7 +68,8 @@ class DistillerPageWebContents : public DistillerPage, |
void DidFailLoad(content::RenderFrameHost* render_frame_host, |
const GURL& validated_url, |
int error_code, |
- const base::string16& error_description) override; |
+ const base::string16& error_description, |
+ bool was_ignored_by_handler) override; |
protected: |
bool StringifyOutput() override; |