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

Unified Diff: ios/chrome/browser/ui/content_suggestions/identifier/content_suggestions_section_information.mm

Issue 2775593002: Add a message to empty ContentSuggestions sections (Closed)
Patch Set: Change tests 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/identifier/content_suggestions_section_information.mm
diff --git a/ios/chrome/browser/ui/content_suggestions/identifier/content_suggestions_section_information.mm b/ios/chrome/browser/ui/content_suggestions/identifier/content_suggestions_section_information.mm
index 8467276e760d376c2d7271f4a3500e8be4029b78..424bd1fa9d386632d3f308905e5ea3d057662b2f 100644
--- a/ios/chrome/browser/ui/content_suggestions/identifier/content_suggestions_section_information.mm
+++ b/ios/chrome/browser/ui/content_suggestions/identifier/content_suggestions_section_information.mm
@@ -16,6 +16,8 @@
@synthesize sectionID = _sectionID;
@synthesize title = _title;
@synthesize footerTitle = _footerTitle;
+@synthesize emptyText = _emptyText;
+@synthesize showIfEmpty = _showIfEmpty;
- (instancetype)initWithSectionID:(ContentSuggestionsSectionID)sectionID {
self = [super init];

Powered by Google App Engine
This is Rietveld 408576698