| Index: ios/chrome/browser/ui/content_suggestions/content_suggestions_data_sink.h
|
| diff --git a/ios/chrome/browser/ui/content_suggestions/content_suggestions_data_sink.h b/ios/chrome/browser/ui/content_suggestions/content_suggestions_data_sink.h
|
| index 7c163787f9d705349c865f937a2b0bc0fcb98731..b34ba83d6225d67ec9a207d565075613d9c0a90f 100644
|
| --- a/ios/chrome/browser/ui/content_suggestions/content_suggestions_data_sink.h
|
| +++ b/ios/chrome/browser/ui/content_suggestions/content_suggestions_data_sink.h
|
| @@ -12,8 +12,10 @@
|
| // to be pulled.
|
| @protocol ContentSuggestionsDataSink
|
|
|
| -// Notifies the Data Sink that new data is available.
|
| -- (void)dataAvailable;
|
| +// Notifies the Data Sink that new data is available for the section identified
|
| +// by |sectionInfo|.
|
| +- (void)dataAvailableForSection:
|
| + (ContentSuggestionsSectionInformation*)sectionInfo;
|
|
|
| // The suggestion associated with |suggestionIdentifier| has been invalidated by
|
| // the backend data source and should be cleared now. This is why this method is
|
|
|