Index: trunk/src/chrome/browser/dom_distiller/lazy_dom_distiller_service.cc |
=================================================================== |
--- trunk/src/chrome/browser/dom_distiller/lazy_dom_distiller_service.cc (revision 272703) |
+++ trunk/src/chrome/browser/dom_distiller/lazy_dom_distiller_service.cc (working copy) |
@@ -7,7 +7,6 @@ |
#include "chrome/browser/chrome_notification_types.h" |
#include "chrome/browser/dom_distiller/dom_distiller_service_factory.h" |
#include "chrome/browser/profiles/profile.h" |
-#include "components/dom_distiller/core/distiller_page.h" |
#include "components/dom_distiller/core/dom_distiller_service.h" |
#include "content/public/browser/notification_source.h" |
@@ -79,12 +78,6 @@ |
return instance()->CreateDefaultDistillerPage(); |
} |
-scoped_ptr<DistillerPage> |
-LazyDomDistillerService::CreateDefaultDistillerPageWithHandle( |
- scoped_ptr<SourcePageHandle> handle) { |
- return instance()->CreateDefaultDistillerPageWithHandle(handle.Pass()); |
-} |
- |
void LazyDomDistillerService::AddObserver(DomDistillerObserver* observer) { |
instance()->AddObserver(observer); |
} |