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

Unified Diff: chrome/browser/dom_distiller/lazy_dom_distiller_service.h

Issue 442503002: Retrieve article original URL from entryID (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added comments Created 6 years, 4 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: 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..04a5ecf054dd47d69600986826e8d3099b7783fc 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;

Powered by Google App Engine
This is Rietveld 408576698