| Index: ios/web/public/web_state/ui/crw_web_delegate.h
|
| diff --git a/ios/web/public/web_state/ui/crw_web_delegate.h b/ios/web/public/web_state/ui/crw_web_delegate.h
|
| index 2be85fc969a46226087d14c075d3b6405a1accf8..9fe0df2bbb5a82bbb6147fdab72171e56bcf1a52 100644
|
| --- a/ios/web/public/web_state/ui/crw_web_delegate.h
|
| +++ b/ios/web/public/web_state/ui/crw_web_delegate.h
|
| @@ -58,9 +58,6 @@ class GURL;
|
| - (void)webDidUpdateSessionForLoadWithParams:
|
| (const web::NavigationManager::WebLoadParams&)params
|
| wasInitialNavigation:(BOOL)initialNavigation;
|
| -// Called from finishHistoryNavigationFromEntry.
|
| -// TODO(crbug.com/692331): Remove this method and use |DidFinishNavigation|.
|
| -- (void)webWillFinishHistoryNavigation;
|
|
|
| @optional
|
|
|
|
|