Chromium Code Reviews| 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 b34ba83d6225d67ec9a207d565075613d9c0a90f..6d421988f05110d783451a483629a4e46686e802 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 |
| @@ -31,6 +31,13 @@ |
| // something to the data sink. |
| - (void)clearSection:(ContentSuggestionsSectionInformation*)sectionInfo; |
| +// The content of the section corresponding to |sectionInfo| must be reloaded |
| +// now, removing the current content. |
| +- (void)reloadSection:(ContentSuggestionsSectionInformation*)sectionInfo; |
| + |
| +// Notifies the Data Sink that a new favicon is available for the |URL|. |
| +- (void)faviconAvailableForURL:(const GURL&)URL; |
|
lpromero
2017/04/04 11:25:20
Is this used only for MostVisited?
gambard
2017/04/04 16:14:26
I think so. This is to propagate the notification
|
| + |
| @end |
| #endif // IOS_CHROME_BROWSER_UI_CONTENT_SUGGESTIONS_CONTENT_SUGGESTIONS_DATA_SINK_H_ |