| 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,
|
|
|