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..6ecc3b9bb2e140149e0a3b3d170b19df3e6ec31b 100644 |
--- a/ios/chrome/browser/reading_list/reading_list_distiller_page.h |
+++ b/ios/chrome/browser/reading_list/reading_list_distiller_page.h |
@@ -84,11 +84,12 @@ class ReadingListDistillerPage : public dom_distiller::DistillerPageIOS { |
void ContinuePageDistillation(); |
// Continues distillation by calling superclass |OnLoadURLDone|. |
- void DelayedOnLoadURLDone(); |
+ void DelayedOnLoadURLDone(int delayed_task_id); |
GURL original_url_; |
FaviconWebStateDispatcher* web_state_dispatcher_; |
ReadingListDistillerPageDelegate* delegate_; |
+ int delayed_task_id_; |
base::WeakPtrFactory<ReadingListDistillerPage> weak_ptr_factory_; |
DISALLOW_COPY_AND_ASSIGN(ReadingListDistillerPage); |