| 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();
|
|
|