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 e73b0ccc9b04e5780664768f3189e76507e171b6..80b7a9eb800f52954d81556f19249c955b0fd748 100644 |
--- a/components/dom_distiller/content/distiller_page_web_contents.h |
+++ b/components/dom_distiller/content/distiller_page_web_contents.h |
@@ -69,6 +69,8 @@ class DistillerPageWebContents : public DistillerPage, |
const base::string16& error_description) override; |
protected: |
+ bool StringifyOutput() override; |
+ bool CreateNewContext() override; |
void DistillPageImpl(const GURL& url, const std::string& script) override; |
private: |