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

Unified Diff: ios/chrome/browser/ui/reading_list/reading_list_coordinator.mm

Issue 2751833005: Add Distillation info to Reading List view. (Closed)
Patch Set: fix test 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
« no previous file with comments | « ios/chrome/browser/ui/reading_list/reading_list_collection_view_item.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/ui/reading_list/reading_list_coordinator.mm
diff --git a/ios/chrome/browser/ui/reading_list/reading_list_coordinator.mm b/ios/chrome/browser/ui/reading_list/reading_list_coordinator.mm
index 3a623e31bb80f472c1ad10bfe3bf0bb0a53f588b..fa9cffc25f7cdd0f3286d0f514bdc68615475d3a 100644
--- a/ios/chrome/browser/ui/reading_list/reading_list_coordinator.mm
+++ b/ios/chrome/browser/ui/reading_list/reading_list_coordinator.mm
@@ -153,8 +153,8 @@ enum UMAContextMenuAction {
_alertCoordinator = [[ActionSheetCoordinator alloc]
initWithBaseViewController:self.containerViewController
- title:readingListItem.text
- message:readingListItem.detailText
+ title:readingListItem.title
+ message:readingListItem.subtitle
rect:CGRectMake(menuLocation.x, menuLocation.y, 0,
0)
view:readingListCollectionViewController
« no previous file with comments | « ios/chrome/browser/ui/reading_list/reading_list_collection_view_item.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698