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

Unified Diff: ios/chrome/browser/ui/content_suggestions/content_suggestion.h

Issue 2774873002: Remove image property from ContentSuggestion (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
« no previous file with comments | « no previous file | ios/chrome/browser/ui/content_suggestions/content_suggestion.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/ui/content_suggestions/content_suggestion.h
diff --git a/ios/chrome/browser/ui/content_suggestions/content_suggestion.h b/ios/chrome/browser/ui/content_suggestions/content_suggestion.h
index 227275f3fa897f9bff7c81ea009344ac8b165269..5470c116c267e5e1484cce666991258978cbefe6 100644
--- a/ios/chrome/browser/ui/content_suggestions/content_suggestion.h
+++ b/ios/chrome/browser/ui/content_suggestions/content_suggestion.h
@@ -28,8 +28,6 @@ typedef NS_ENUM(NSInteger, ContentSuggestionType) {
@property(nonatomic, copy, nullable) NSString* title;
// Text for the suggestion.
@property(nonatomic, copy, nullable) NSString* text;
-// Image for the suggestion.
-@property(nonatomic, strong, nullable) UIImage* image;
// URL associated with the suggestion.
@property(nonatomic, assign) GURL url;
// The name of the publisher.
« no previous file with comments | « no previous file | ios/chrome/browser/ui/content_suggestions/content_suggestion.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698