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

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

Issue 2724583002: [Reading List] Check web state after the distillation delay. (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
« no previous file with comments | « no previous file | ios/chrome/browser/reading_list/reading_list_distiller_page.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « no previous file | ios/chrome/browser/reading_list/reading_list_distiller_page.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698