| Index: ios/web/navigation/navigation_manager_impl.h
|
| diff --git a/ios/web/navigation/navigation_manager_impl.h b/ios/web/navigation/navigation_manager_impl.h
|
| index 9ce05c58cf39314d9a283f2650a1485e56c2c99f..560a3832bda379b9e2f5105cf32aa8db1ece8fec 100644
|
| --- a/ios/web/navigation/navigation_manager_impl.h
|
| +++ b/ios/web/navigation/navigation_manager_impl.h
|
| @@ -153,10 +153,6 @@ class NavigationManagerImpl : public NavigationManager {
|
| // Called to reset the transient url rewriter list.
|
| void RemoveTransientURLRewriters();
|
|
|
| - // Copy state from |navigation_manager|, including a copy of that object's
|
| - // CRWSessionController.
|
| - void CopyState(NavigationManagerImpl* navigation_manager);
|
| -
|
| // Returns the navigation index that differs from the current item (or pending
|
| // item if it exists) by the specified |offset|, skipping redirect navigation
|
| // items. The index returned is not guaranteed to be valid.
|
|
|