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

Unified Diff: ios/web/navigation/navigation_manager_delegate.h

Issue 2741413007: Refactoring Reload in NavigationManager and CRWWebController. (Closed)
Patch Set: tentative change Created 3 years, 9 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
Index: ios/web/navigation/navigation_manager_delegate.h
diff --git a/ios/web/navigation/navigation_manager_delegate.h b/ios/web/navigation/navigation_manager_delegate.h
index 6aee6c4f0a98f0b00d4ed8210fcdc9e0282f518d..7d01285c2dda8f306cbcdb75e9d337f118c40fe6 100644
--- a/ios/web/navigation/navigation_manager_delegate.h
+++ b/ios/web/navigation/navigation_manager_delegate.h
@@ -27,6 +27,9 @@ class NavigationManagerDelegate {
// Instructs the delegate to load the URL.
virtual void LoadURLWithParams(const NavigationManager::WebLoadParams&) = 0;
+ // Informs that delegate to reload.
+ virtual void Reload() = 0;
+
// Informs the delegate that committed navigation items have been pruned.
virtual void OnNavigationItemsPruned(size_t pruned_item_count) = 0;

Powered by Google App Engine
This is Rietveld 408576698