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

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

Issue 167963003: Support for distilling prior pages in an article. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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/page_distiller.h
diff --git a/components/dom_distiller/core/page_distiller.h b/components/dom_distiller/core/page_distiller.h
index 4e32bea233d664df0b513ee27c751d89ed181ec0..bbe3f400e0b9b6bcf6e5cda91c5dd5bd184c1a22 100644
--- a/components/dom_distiller/core/page_distiller.h
+++ b/components/dom_distiller/core/page_distiller.h
@@ -22,6 +22,7 @@ struct DistilledPageInfo {
std::string title;
std::string html;
std::string next_page_url;
+ std::string prev_page_url;
std::vector<std::string> image_urls;
DistilledPageInfo();
~DistilledPageInfo();

Powered by Google App Engine
This is Rietveld 408576698