| 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 2ff8368cff3555242bfd43ad8044f9137d78e569..29c0fd6c89ccd8ccb32da1454f2aac9e01a7a0a1 100644
|
| --- a/ios/web/public/web_state/ui/crw_web_delegate.h
|
| +++ b/ios/web/public/web_state/ui/crw_web_delegate.h
|
| @@ -52,12 +52,7 @@ class GURL;
|
|
|
| // Called when the page is reloaded.
|
| - (void)webWillReload;
|
| -// Called when a page is loaded using loadWithParams. In
|
| -// |webWillInitiateLoadWithParams|, the |params| argument is non-const so that
|
| -// the delegate can make changes if necessary.
|
| -// TODO(rohitrao): This is not a great API. Clean it up.
|
| -- (void)webWillInitiateLoadWithParams:
|
| - (web::NavigationManager::WebLoadParams&)params;
|
| +// Called when a page is loaded using loadWithParams.
|
| - (void)webDidUpdateSessionForLoadWithParams:
|
| (const web::NavigationManager::WebLoadParams&)params
|
| wasInitialNavigation:(BOOL)initialNavigation;
|
|
|