Index: trunk/src/components/dom_distiller/core/fake_distiller_page.h |
=================================================================== |
--- trunk/src/components/dom_distiller/core/fake_distiller_page.h (revision 272703) |
+++ trunk/src/components/dom_distiller/core/fake_distiller_page.h (working copy) |
@@ -19,10 +19,6 @@ |
virtual scoped_ptr<DistillerPage> CreateDistillerPage() const OVERRIDE { |
return scoped_ptr<DistillerPage>(CreateDistillerPageImpl()); |
} |
- virtual scoped_ptr<DistillerPage> CreateDistillerPageWithHandle( |
- scoped_ptr<SourcePageHandle> handle) const OVERRIDE { |
- return scoped_ptr<DistillerPage>(CreateDistillerPageImpl()); |
- } |
}; |
class MockDistillerPage : public DistillerPage { |