Index: components/dom_distiller/core/fake_distiller_page.h |
diff --git a/components/dom_distiller/core/fake_distiller_page.h b/components/dom_distiller/core/fake_distiller_page.h |
index f6a0a03c1f514fa49d322e6718bce95b3af58bcb..0c672932e5d8d888dfbcd7663fbd67ab9034a450 100644 |
--- a/components/dom_distiller/core/fake_distiller_page.h |
+++ b/components/dom_distiller/core/fake_distiller_page.h |
@@ -31,7 +31,6 @@ class MockDistillerPage : public DistillerPage { |
MockDistillerPage(); |
~MockDistillerPage() override; |
bool StringifyOutput() override { return false; }; |
- bool CreateNewContext() override { return false; }; |
MOCK_METHOD2(DistillPageImpl, |
void(const GURL& gurl, const std::string& script)); |
}; |