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

Unified Diff: components/dom_distiller/core/distiller_page.h

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/core/distiller_page.h
diff --git a/components/dom_distiller/core/distiller_page.h b/components/dom_distiller/core/distiller_page.h
index 142a52b01ffcdcc31ca8f46ec957742e3a54692c..f35059f9d299869a94d0876f1d04f33698fdbe95 100644
--- a/components/dom_distiller/core/distiller_page.h
+++ b/components/dom_distiller/core/distiller_page.h
@@ -59,10 +59,6 @@ class DistillerPage {
// either a dictionary with all the content, or a stringified version.
virtual bool StringifyOutput() = 0;
- // If true, forces the creation of a new window context to evaluate the
- // JavaScript.
- virtual bool CreateNewContext() = 0;
-
private:
bool ready_;
DistillerPageCallback distiller_page_callback_;

Powered by Google App Engine
This is Rietveld 408576698