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

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

Issue 2616093002: Do not start timer on when reloading a Reading List offline page on iOS. (Closed)
Patch Set: feedback Created 3 years, 11 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_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 569e9f0f42de6ab31d3e7dead304d0fad7d976e4..f251eee01d673fc5598e219bfcd235062dfade79 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
@@ -76,6 +76,7 @@ class ReadingListWebStateObserver : public web::WebStateObserver,
std::unique_ptr<base::Timer> timer_;
GURL pending_url_;
int try_number_;
+ bool last_load_was_offline_;
web::PageLoadCompletionStatus last_load_result_;
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