| Index: trunk/src/components/dom_distiller/core/dom_distiller_service.h
|
| ===================================================================
|
| --- trunk/src/components/dom_distiller/core/dom_distiller_service.h (revision 272703)
|
| +++ trunk/src/components/dom_distiller/core/dom_distiller_service.h (working copy)
|
| @@ -84,8 +84,6 @@
|
|
|
| // Creates a default DistillerPage.
|
| virtual scoped_ptr<DistillerPage> CreateDefaultDistillerPage() = 0;
|
| - virtual scoped_ptr<DistillerPage> CreateDefaultDistillerPageWithHandle(
|
| - scoped_ptr<SourcePageHandle> handle) = 0;
|
|
|
| virtual void AddObserver(DomDistillerObserver* observer) = 0;
|
| virtual void RemoveObserver(DomDistillerObserver* observer) = 0;
|
| @@ -123,8 +121,6 @@
|
| scoped_ptr<DistillerPage> distiller_page,
|
| const GURL& url) OVERRIDE;
|
| virtual scoped_ptr<DistillerPage> CreateDefaultDistillerPage() OVERRIDE;
|
| - virtual scoped_ptr<DistillerPage> CreateDefaultDistillerPageWithHandle(
|
| - scoped_ptr<SourcePageHandle> handle) OVERRIDE;
|
| virtual void AddObserver(DomDistillerObserver* observer) OVERRIDE;
|
| virtual void RemoveObserver(DomDistillerObserver* observer) OVERRIDE;
|
|
|
|
|