Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(217)

Unified Diff: components/dom_distiller/content/browser/distiller_page_web_contents.cc

Issue 1384433002: distiller: Retires support of CreateNewContext. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Synced. Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_);
« no previous file with comments | « components/dom_distiller/content/browser/distiller_page_web_contents.h ('k') | components/dom_distiller/core/distiller_page.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698