| Index: components/dom_distiller/content/browser/distiller_page_web_contents.cc
|
| diff --git a/components/dom_distiller/content/browser/distiller_page_web_contents.cc b/components/dom_distiller/content/browser/distiller_page_web_contents.cc
|
| index 0173212f3dfc7e14d8cfb820ea3d6a4d901fd60c..117e01f509549d24cfe51bd78fb9e6c4fac3c783 100644
|
| --- a/components/dom_distiller/content/browser/distiller_page_web_contents.cc
|
| +++ b/components/dom_distiller/content/browser/distiller_page_web_contents.cc
|
| @@ -79,10 +79,6 @@ bool DistillerPageWebContents::StringifyOutput() {
|
| return false;
|
| }
|
|
|
| -bool DistillerPageWebContents::CreateNewContext() {
|
| - return true;
|
| -}
|
| -
|
| void DistillerPageWebContents::DistillPageImpl(const GURL& url,
|
| const std::string& script) {
|
| DCHECK(browser_context_);
|
|
|