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

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

Issue 2749893003: Add More action to Content Suggestions (Closed)
Patch Set: Rebase 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_section_information.h
diff --git a/ios/chrome/browser/ui/content_suggestions/content_suggestions_section_information.h b/ios/chrome/browser/ui/content_suggestions/content_suggestions_section_information.h
index 2a0f2cab5645fb99333f6fb854938838e8f58fa1..c8af1baa3a743bb944a1e94a632c59a8dad3175a 100644
--- a/ios/chrome/browser/ui/content_suggestions/content_suggestions_section_information.h
+++ b/ios/chrome/browser/ui/content_suggestions/content_suggestions_section_information.h
@@ -46,6 +46,8 @@ typedef NS_ENUM(NSInteger, ContentSuggestionsSectionID) {
@property(nonatomic, assign, readonly) ContentSuggestionsSectionID sectionID;
// Title for the section.
@property(nonatomic, copy) NSString* title;
+// Title of the section's footer. If it is nil, no footer is created.
+@property(nonatomic, copy) NSString* footerTitle;
@end

Powered by Google App Engine
This is Rietveld 408576698