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

Unified Diff: ios/chrome/browser/ui/reading_list/reading_list_collection_view_item.h

Issue 2779893003: Removes the displayed cell in the ReadingList item (Closed)
Patch Set: Created 3 years, 9 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: 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 4d67ba66aca04156f6323a61a395bc8ed52f6cf4..16d6c2043f317e9f1d66a3a9c7a23e6d6f5e69fc 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
@@ -56,6 +56,9 @@ class GURL;
@property(nonatomic, readonly, strong) UILabel* detailTextLabel;
// View for displaying the favicon for the reading list entry.
@property(nonatomic, readonly, strong) FaviconViewNew* faviconView;
Olivier 2017/03/28 08:52:07 Not for this CL, but why New?
gambard 2017/03/28 09:43:14 I did not created this class, but I guess it is be
+// Status of the offline version. Updates the visual indicator when updated.
+@property(nonatomic, assign)
+ ReadingListEntry::DistillationState distillationState;
@end

Powered by Google App Engine
This is Rietveld 408576698