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

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

Issue 2756483006: Adds NavigationManager util functions to ios/chrome/browser/web/ (Closed)
Patch Set: changed #include to #import and minor renaming. 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
« no previous file with comments | « ios/web/navigation/navigation_manager_impl.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/navigation/navigation_manager_impl.mm
diff --git a/ios/web/navigation/navigation_manager_impl.mm b/ios/web/navigation/navigation_manager_impl.mm
index 41454efe306c8d2362ce2a91af245e2fceb0df81..03a4d402b1da42c918bc8a6902cf3d2e17dc068a 100644
--- a/ios/web/navigation/navigation_manager_impl.mm
+++ b/ios/web/navigation/navigation_manager_impl.mm
@@ -217,10 +217,6 @@ void NavigationManagerImpl::AddPendingItem(
override_desktop_user_agent_for_next_pending_item_ = false;
}
-NavigationItem* NavigationManagerImpl::GetLastUserItem() const {
- return [session_controller_ lastUserItem];
-}
-
NavigationItemList NavigationManagerImpl::GetItems() const {
return CreateNavigationItemList([session_controller_ items]);
}
« no previous file with comments | « ios/web/navigation/navigation_manager_impl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698