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

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

Issue 2708623002: Add an ID to the ContentSuggestion (Closed)
Patch Set: Created 3 years, 10 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_suggestion.mm
diff --git a/ios/chrome/browser/ui/content_suggestions/content_suggestion.mm b/ios/chrome/browser/ui/content_suggestions/content_suggestion.mm
index b9877af13b15a862ad9410f57dd2fc38d2285cde..fdd62534efd32a48b3eb9bb91c637893d22f9932 100644
--- a/ios/chrome/browser/ui/content_suggestions/content_suggestion.mm
+++ b/ios/chrome/browser/ui/content_suggestions/content_suggestion.mm
@@ -14,7 +14,7 @@
@synthesize image = _image;
@synthesize text = _text;
@synthesize url = _url;
-@synthesize section = _section;
+@synthesize suggestionID = _suggestionID;
@synthesize type = _type;
@end

Powered by Google App Engine
This is Rietveld 408576698