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

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

Issue 2610953002: Do not reload pengingItem to open Reading List offline page. (Closed)
Patch Set: fix unittests 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 9a3a3faf084279a84e2b627aa1f1b71a3828239c..569e9f0f42de6ab31d3e7dead304d0fad7d976e4 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
@@ -49,7 +49,7 @@ class ReadingListWebStateObserver : public web::WebStateObserver,
void StopCheckingProgress();
// Loads the offline version of the URL in place of the current page.
- void LoadOfflineReadingListEntry(web::NavigationItem* item);
+ void LoadOfflineReadingListEntry();
// Returns if the current page with |url| has an offline version that can be
// displayed if the normal loading fails.
« 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