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

Unified Diff: ios/chrome/browser/ui/content_suggestions/content_suggestions_data_sink.h

Issue 2798563002: Add MostVistedSites to ContentSuggestionsMediator (Closed)
Patch Set: Rebase (different HEAD) Created 3 years, 8 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/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;
+
@end
#endif // IOS_CHROME_BROWSER_UI_CONTENT_SUGGESTIONS_CONTENT_SUGGESTIONS_DATA_SINK_H_

Powered by Google App Engine
This is Rietveld 408576698