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

Unified Diff: components/dom_distiller/core/dom_distiller_service.h

Issue 442503002: Retrieve article original URL from entryID (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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: components/dom_distiller/core/dom_distiller_service.h
diff --git a/components/dom_distiller/core/dom_distiller_service.h b/components/dom_distiller/core/dom_distiller_service.h
index a0c55bd6466cc96c1ed5c166c47d586da45d6c0a..76dd54d3d27575ea6814ae0c17750e916e06e0d7 100644
--- a/components/dom_distiller/core/dom_distiller_service.h
+++ b/components/dom_distiller/core/dom_distiller_service.h
@@ -112,6 +112,9 @@ class DomDistillerService : public DomDistillerServiceInterface {
scoped_ptr<DistilledPagePrefs> distilled_page_prefs);
virtual ~DomDistillerService();
+ bool HasEntry(const std::string entry_id);
nyquist 2014/08/13 20:09:10 Also add to DomDistillerServiceInterface. Also add
sunangel 2014/08/13 21:49:32 Done.
+ std::string GetUrlForEntry(const std::string entry_id);
+
// DomDistillerServiceInterface implementation.
virtual syncer::SyncableService* GetSyncableService() const OVERRIDE;
virtual const std::string AddToList(

Powered by Google App Engine
This is Rietveld 408576698