Index: trunk/src/components/dom_distiller/core/viewer_unittest.cc |
=================================================================== |
--- trunk/src/components/dom_distiller/core/viewer_unittest.cc (revision 272703) |
+++ trunk/src/components/dom_distiller/core/viewer_unittest.cc (working copy) |
@@ -62,10 +62,6 @@ |
virtual scoped_ptr<DistillerPage> CreateDefaultDistillerPage() { |
return scoped_ptr<DistillerPage>(); |
} |
- virtual scoped_ptr<DistillerPage> CreateDefaultDistillerPageWithHandle( |
- scoped_ptr<SourcePageHandle> handle) { |
- return scoped_ptr<DistillerPage>(); |
- } |
}; |
class DomDistillerViewerTest : public testing::Test { |