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

Unified Diff: trunk/src/components/dom_distiller/core/dom_distiller_service.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
Index: trunk/src/components/dom_distiller/core/dom_distiller_service.cc
===================================================================
--- trunk/src/components/dom_distiller/core/dom_distiller_service.cc (revision 272703)
+++ trunk/src/components/dom_distiller/core/dom_distiller_service.cc (working copy)
@@ -46,8 +46,7 @@
distiller_page_factory_(distiller_page_factory.Pass()) {
}
-DomDistillerService::~DomDistillerService() {
-}
+DomDistillerService::~DomDistillerService() {}
syncer::SyncableService* DomDistillerService::GetSyncableService() const {
return store_->GetSyncableService();
@@ -57,13 +56,6 @@
return distiller_page_factory_->CreateDistillerPage().Pass();
}
-scoped_ptr<DistillerPage>
-DomDistillerService::CreateDefaultDistillerPageWithHandle(
- scoped_ptr<SourcePageHandle> handle) {
- return distiller_page_factory_->CreateDistillerPageWithHandle(handle.Pass())
- .Pass();
-}
-
const std::string DomDistillerService::AddToList(
const GURL& url,
scoped_ptr<DistillerPage> distiller_page,

Powered by Google App Engine
This is Rietveld 408576698