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

Unified Diff: trunk/src/components/dom_distiller/core/viewer_unittest.cc

Issue 297163003: Revert 272611 "Add support for distilling current WebContents" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 7 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
« no previous file with comments | « trunk/src/components/dom_distiller/core/fake_distiller_page.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
« no previous file with comments | « trunk/src/components/dom_distiller/core/fake_distiller_page.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698