| 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 ab9191f5c4da8e7df10078a8291adb99c684b34b..3c740da1a6bed6099417e336f4cf4f3d945a7444 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 @@
|
| // pushing information 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_
|
|
|