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

Unified Diff: ios/chrome/browser/ui/content_suggestions/content_suggestions_collection_updater.mm

Issue 2784803002: Add mediation for ReadingList distillation state (Closed)
Patch Set: Fix build 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/content_suggestions/content_suggestions_collection_updater.mm
diff --git a/ios/chrome/browser/ui/content_suggestions/content_suggestions_collection_updater.mm b/ios/chrome/browser/ui/content_suggestions/content_suggestions_collection_updater.mm
index 566ce95cad4da6e50cc0d1e3818eb568fc34fbce..ff70600fea9fc9af4d961de720161567e8adec49 100644
--- a/ios/chrome/browser/ui/content_suggestions/content_suggestions_collection_updater.mm
+++ b/ios/chrome/browser/ui/content_suggestions/content_suggestions_collection_updater.mm
@@ -274,7 +274,7 @@ SectionIdentifier SectionIdentifierForInfo(
[[ContentSuggestionsReadingListItem alloc]
initWithType:ItemTypeReadingList
url:suggestion.url
- distillationState:ReadingListEntry::PROCESSING];
+ distillationState:ReadingListUIDistillationStatusPending];
readingListItem.title = suggestion.title;
readingListItem.subtitle = suggestion.publisher;
« no previous file with comments | « no previous file | ios/chrome/browser/ui/reading_list/BUILD.gn » ('j') | ios/chrome/browser/ui/reading_list/reading_list_utils.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698