| 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 ca4731950bd65270bab53a5f60b518e6869c304f..181cf06119984dcf300cf852f8d622fb5187f57c 100644
|
| --- a/ios/web/public/web_state/ui/crw_web_delegate.h
|
| +++ b/ios/web/public/web_state/ui/crw_web_delegate.h
|
| @@ -50,8 +50,6 @@ class GURL;
|
| // very intertwined. We should streamline the logic to jump between classes
|
| // less, then remove any delegate method that becomes unneccessary as a result.
|
|
|
| -// Called when the page is reloaded.
|
| -- (void)webWillReload;
|
| // Called when a page is loaded using loadWithParams.
|
| - (void)webDidUpdateSessionForLoadWithParams:
|
| (const web::NavigationManager::WebLoadParams&)params
|
|
|