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

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

Issue 2742783003: Removed CopyState() from NavigationManager, as it is unused. (Closed)
Patch Set: compile fix 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 539998a100e00a180f6c513fd16974314eef6e36..76c60465eed16d8f95eb060d4ad4700a747af76b 100644
--- a/ios/web/navigation/navigation_manager_impl.mm
+++ b/ios/web/navigation/navigation_manager_impl.mm
@@ -359,11 +359,6 @@ bool AreURLsInPageNavigation(const GURL& existing_url, const GURL& new_url) {
transient_url_rewriters_.reset();
}
-void NavigationManagerImpl::CopyState(
- NavigationManagerImpl* navigation_manager) {
- SetSessionController([navigation_manager->GetSessionController() copy]);
-}
-
int NavigationManagerImpl::GetIndexForOffset(int offset) const {
int result = [session_controller_ pendingItemIndex] == -1
? GetCurrentItemIndex()
« 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