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

Unified Diff: ios/web/web_state/web_state_impl.h

Issue 2741413007: Refactoring Reload in NavigationManager and CRWWebController. (Closed)
Patch Set: fixed more check_for_repost errors 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/web_state/web_state_impl.h
diff --git a/ios/web/web_state/web_state_impl.h b/ios/web/web_state/web_state_impl.h
index cd496fb09baa34bb93eadc6dc68bb996727f6ed2..455cec4a77a3d350bfac489509f67ba1f0f768ea 100644
--- a/ios/web/web_state/web_state_impl.h
+++ b/ios/web/web_state/web_state_impl.h
@@ -277,6 +277,7 @@ class WebStateImpl : public WebState, public NavigationManagerDelegate {
// NavigationManagerDelegate:
void GoToIndex(int index) override;
void LoadURLWithParams(const NavigationManager::WebLoadParams&) override;
+ void Reload() override;
void OnNavigationItemsPruned(size_t pruned_item_count) override;
void OnNavigationItemChanged() override;
void OnNavigationItemCommitted(

Powered by Google App Engine
This is Rietveld 408576698