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

Unified Diff: chrome/browser/android/offline_pages/offline_page_tab_helper.h

Issue 2503853004: Support getting offline pages also by original URL (Closed)
Patch Set: Make NTP redirect work per comment Created 4 years, 1 month 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
Index: chrome/browser/android/offline_pages/offline_page_tab_helper.h
diff --git a/chrome/browser/android/offline_pages/offline_page_tab_helper.h b/chrome/browser/android/offline_pages/offline_page_tab_helper.h
index 991857a8b84ba4ee6bfa6d031501026ca9d9671b..a196fa593707606fed6e89a12f5aeecb689678a0 100644
--- a/chrome/browser/android/offline_pages/offline_page_tab_helper.h
+++ b/chrome/browser/android/offline_pages/offline_page_tab_helper.h
@@ -77,7 +77,7 @@ class OfflinePageTabHelper :
void DidFinishNavigation(
content::NavigationHandle* navigation_handle) override;
- void SelectPageForOnlineURLDone(const OfflinePageItem* offline_page);
+ void SelectPageForURLDone(const OfflinePageItem* offline_page);
// The provisional info about the offline page being loaded. This is set when
// the offline interceptor decides to serve the offline page and it will be

Powered by Google App Engine
This is Rietveld 408576698