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

Unified Diff: ios/chrome/browser/ui/content_suggestions/cells/content_suggestions_article_item.h

Issue 2770113006: Add no-image image in ContentSuggestions (Closed)
Patch Set: Add prepare for reuse 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/cells/content_suggestions_article_item.h
diff --git a/ios/chrome/browser/ui/content_suggestions/cells/content_suggestions_article_item.h b/ios/chrome/browser/ui/content_suggestions/cells/content_suggestions_article_item.h
index 12c591d96715ea59477de831f815039b70527399..578aac54e89ea356c5ee455c3d48806a0c909a2f 100644
--- a/ios/chrome/browser/ui/content_suggestions/cells/content_suggestions_article_item.h
+++ b/ios/chrome/browser/ui/content_suggestions/cells/content_suggestions_article_item.h
@@ -52,7 +52,8 @@ class GURL;
@property(nonatomic, readonly, strong) UILabel* titleLabel;
@property(nonatomic, readonly, strong) UILabel* subtitleLabel;
-@property(nonatomic, readonly, strong) UIImageView* imageView;
+
+- (void)setContentImage:(UIImage*)image;
- (void)setPublisherName:(NSString*)publisherName date:(base::Time)publishDate;

Powered by Google App Engine
This is Rietveld 408576698