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

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

Issue 2751653008: Add header for the Content Suggestions (Closed)
Patch Set: Address comment 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_footer_item.mm
diff --git a/ios/chrome/browser/ui/content_suggestions/content_suggestions_footer_item.mm b/ios/chrome/browser/ui/content_suggestions/content_suggestions_footer_item.mm
index 7f37c499636cfbaedbc6273250284ff3f8ad1f96..f58a145abac834c970ac329108138efd21c7fea2 100644
--- a/ios/chrome/browser/ui/content_suggestions/content_suggestions_footer_item.mm
+++ b/ios/chrome/browser/ui/content_suggestions/content_suggestions_footer_item.mm
@@ -27,7 +27,6 @@ const CGFloat kMinimalCellHeight = 44;
@synthesize title = _title;
@synthesize block = _block;
-@synthesize suggestionIdentifier = _suggestionIdentifier;
- (instancetype)initWithType:(NSInteger)type
title:(NSString*)title

Powered by Google App Engine
This is Rietveld 408576698