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

Unified Diff: ios/chrome/browser/reading_list/reading_list_distiller_page.h

Issue 2673003002: [Reading List] Display the redirected URL's favicon. (Closed)
Patch Set: Created 3 years, 10 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/reading_list/reading_list_distiller_page.h
diff --git a/ios/chrome/browser/reading_list/reading_list_distiller_page.h b/ios/chrome/browser/reading_list/reading_list_distiller_page.h
index eae2b3afa52db1f7fa2ebfe82776e2275c3c8dce..b9df39afff31fcff1db563660d2ede9c5dd29d0c 100644
--- a/ios/chrome/browser/reading_list/reading_list_distiller_page.h
+++ b/ios/chrome/browser/reading_list/reading_list_distiller_page.h
@@ -82,6 +82,8 @@ class ReadingListDistillerPage : public dom_distiller::DistillerPageIOS {
// Continue the distillation on the page that is currently loaded in
// |CurrentWebState()|.
void ContinuePageDistillation();
+ // Starts the fetching of |page_url|'s favicon.
stkhapugin 2017/02/03 10:37:13 Can you add a test for this?
Olivier 2017/02/03 10:44:55 This is a glue method. Testing it would require fa
stkhapugin 2017/02/03 14:48:53 Sorry, I chose a bad place to leave this comment.
+ void FetchFavicon(const GURL& page_url);
// Continues distillation by calling superclass |OnLoadURLDone|.
void DelayedOnLoadURLDone();

Powered by Google App Engine
This is Rietveld 408576698