| Index: ios/chrome/browser/ui/reading_list/reading_list_collection_view_item.h
|
| diff --git a/ios/chrome/browser/ui/reading_list/reading_list_collection_view_item.h b/ios/chrome/browser/ui/reading_list/reading_list_collection_view_item.h
|
| index 1e649054a040fa58e8dce2b6d8ae82a2dad59612..7adba7c3ad45f377677b2582a2108f20185df7b8 100644
|
| --- a/ios/chrome/browser/ui/reading_list/reading_list_collection_view_item.h
|
| +++ b/ios/chrome/browser/ui/reading_list/reading_list_collection_view_item.h
|
| @@ -21,6 +21,8 @@ class GURL;
|
| @property(nonatomic, copy) NSString* detailText;
|
| // The URL of the Reading List entry.
|
| @property(nonatomic, readonly) const GURL& url;
|
| +// The URL of the page presenting the favicon to display.
|
| +@property(nonatomic, assign) GURL faviconPageURL;
|
| // Status of the offline version.
|
| @property(nonatomic, assign)
|
| ReadingListEntry::DistillationState distillationState;
|
|
|