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

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

Issue 2572583003: Check three times for the loading of the page. (Closed)
Patch Set: Created 4 years 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_web_state_observer.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_web_state_observer.h
diff --git a/ios/chrome/browser/reading_list/reading_list_web_state_observer.h b/ios/chrome/browser/reading_list/reading_list_web_state_observer.h
index c92dddb01d1ed83f1926af7600a63b5100e64571..47fcfb6f9aa4c0075e442c5ac0b852bb6dfc376f 100644
--- a/ios/chrome/browser/reading_list/reading_list_web_state_observer.h
+++ b/ios/chrome/browser/reading_list/reading_list_web_state_observer.h
@@ -54,6 +54,7 @@ class ReadingListWebStateObserver : public web::WebStateObserver {
ReadingListModel* reading_list_model_;
std::unique_ptr<base::Timer> timer_;
GURL pending_url_;
+ int try_number_;
DISALLOW_COPY_AND_ASSIGN(ReadingListWebStateObserver);
};
« no previous file with comments | « no previous file | ios/chrome/browser/reading_list/reading_list_web_state_observer.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698