Chromium Code Reviews| 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(); |