| Index: ios/web/navigation/crw_session_controller.h
|
| diff --git a/ios/web/navigation/crw_session_controller.h b/ios/web/navigation/crw_session_controller.h
|
| index f68fc9978eb7ffd218d100af2d6629e7929ea0ec..0c23f63734667fe9525e70b469dea62d29218e11 100644
|
| --- a/ios/web/navigation/crw_session_controller.h
|
| +++ b/ios/web/navigation/crw_session_controller.h
|
| @@ -109,8 +109,6 @@ struct SSLStatus;
|
| // this controller.
|
| - (void)insertStateFromSessionController:(CRWSessionController*)otherController;
|
|
|
| -// Returns YES if there are entries to go with given delta.
|
| -- (BOOL)canGoDelta:(int)delta;
|
| // Sets |currentNavigationIndex_| to the |index| if it's in the entries bounds.
|
| - (void)goToEntryAtIndex:(NSInteger)index;
|
|
|
|
|