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

Unified Diff: ios/web/navigation/crw_session_controller.mm

Issue 2766453002: Implement Reload for ORIGINAL_REQUEST_URL in NavigationManagerImpl. (Closed)
Patch Set: Rebase 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/crw_session_controller.mm
diff --git a/ios/web/navigation/crw_session_controller.mm b/ios/web/navigation/crw_session_controller.mm
index 0821e76e464f34daa043b57d3262afe2d4e26951..8da9640b097a8dbf719d1bc1770152a76fd88b46 100644
--- a/ios/web/navigation/crw_session_controller.mm
+++ b/ios/web/navigation/crw_session_controller.mm
@@ -373,7 +373,7 @@ - (void)clearForwardItems {
if (_previousItemIndex >= forwardItemStartIndex)
_previousItemIndex = -1;
- // Remove the NavigationItems and notify the NavigationManater
+ // Remove the NavigationItems and notify the NavigationManager.
_items.erase(_items.begin() + forwardItemStartIndex, _items.end());
if (_navigationManager) {
_navigationManager->OnNavigationItemsPruned(itemCount -
« no previous file with comments | « no previous file | ios/web/navigation/navigation_manager_impl.mm » ('j') | ios/web/navigation/navigation_manager_impl.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698