| Index: chrome/browser/dom_distiller/lazy_dom_distiller_service.h
|
| diff --git a/chrome/browser/dom_distiller/lazy_dom_distiller_service.h b/chrome/browser/dom_distiller/lazy_dom_distiller_service.h
|
| index 1880803707856dd22d900e57f5eec1ffc7ec6ae9..18bed9606fc570bc5f6040fb163c9a25a1cd4099 100644
|
| --- a/chrome/browser/dom_distiller/lazy_dom_distiller_service.h
|
| +++ b/chrome/browser/dom_distiller/lazy_dom_distiller_service.h
|
| @@ -38,6 +38,8 @@ class LazyDomDistillerService : public DomDistillerServiceInterface,
|
| const GURL& url,
|
| scoped_ptr<DistillerPage> distiller_page,
|
| const ArticleAvailableCallback& article_cb) OVERRIDE;
|
| + virtual bool HasEntry(const std::string& entry_id) OVERRIDE;
|
| + virtual std::string GetUrlForEntry(const std::string& entry_id) OVERRIDE;
|
| virtual std::vector<ArticleEntry> GetEntries() const OVERRIDE;
|
| virtual scoped_ptr<ArticleEntry> RemoveEntry(
|
| const std::string& entry_id) OVERRIDE;
|
|
|