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

Unified Diff: components/dom_distiller/core/fake_distiller_page.cc

Issue 901793002: Add support for providing an external file for extracting content. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moved injection to constructor Created 5 years, 9 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/fake_distiller_page.cc
diff --git a/components/dom_distiller/core/fake_distiller_page.cc b/components/dom_distiller/core/fake_distiller_page.cc
index 208d3bb1800770a06b79b6427f4c2bb2a8a57c5b..50941083abcefda2ea44aa5a53d6d15f52a95378 100644
--- a/components/dom_distiller/core/fake_distiller_page.cc
+++ b/components/dom_distiller/core/fake_distiller_page.cc
@@ -12,7 +12,7 @@ MockDistillerPageFactory::MockDistillerPageFactory() {
MockDistillerPageFactory::~MockDistillerPageFactory() {
}
-MockDistillerPage::MockDistillerPage() {
+MockDistillerPage::MockDistillerPage() : DistillerPage("") {
}
MockDistillerPage::~MockDistillerPage() {
}

Powered by Google App Engine
This is Rietveld 408576698