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 5d2deef1102b650e4a16c15fb5dd65bf5dcaaeba..43d77506df388cac0656c2f6975af168e60010dd 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 |
@@ -19,6 +19,10 @@ |
// about the data source pushing something to the data sink. |
- (void)clearSuggestion:(ContentSuggestionIdentifier*)suggestionIdentifier; |
+// Notifies the Data Sink that it must remove all current data and reload new |
+// ones. |
+- (void)reloadAllData; |
+ |
@end |
#endif // IOS_CHROME_BROWSER_UI_CONTENT_SUGGESTIONS_CONTENT_SUGGESTIONS_DATA_SINK_H_ |