| Index: ios/web/navigation/crw_session_controller+private_constructors.h
|
| diff --git a/ios/web/navigation/crw_session_controller+private_constructors.h b/ios/web/navigation/crw_session_controller+private_constructors.h
|
| index 9afd605ec5bce55dfe6d15aa547e5483cdbb637f..b10295de8da9b122511e2fba4924365e47355d24 100644
|
| --- a/ios/web/navigation/crw_session_controller+private_constructors.h
|
| +++ b/ios/web/navigation/crw_session_controller+private_constructors.h
|
| @@ -24,10 +24,10 @@ class NavigationItem;
|
| - (instancetype)initWithBrowserState:(web::BrowserState*)browserState;
|
|
|
| // Initializes a session controller, supplying a list of NavigationItem objects
|
| -// and the current index in the navigation history.
|
| +// and the last committed item index in the navigation history.
|
| - (instancetype)initWithBrowserState:(web::BrowserState*)browserState
|
| navigationItems:(web::ScopedNavigationItemList)items
|
| - currentIndex:(NSUInteger)currentIndex;
|
| + lastCommittedItemIndex:(NSUInteger)lastCommittedItemIndex;
|
| @end
|
|
|
| #endif // IOS_WEB_NAVIGATION_CRW_SESSION_CONTROLLER_PRIVATE_CONSTRUCTORS_H_
|
|
|