| 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
|
|
|
|
|