| 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 7a51db76600084498ae5ae350fca516ac384476b..2dc7fed37b1ce2c7a2ab359aec2d78958346bcac 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 @@ struct Referrer;
|
| // Called when the page calls window.close() on itself. Begin the shut-down
|
| // sequence for this controller.
|
| - (void)webPageOrderedClose;
|
| -// Opens a URL with the given parameters.
|
| -- (void)openURLWithParams:(const web::WebState::OpenURLParams&)params;
|
| // Called when an external app needs to be opened, it also passes |linkClicked|
|
| // to track if this call was a result of user action or not. Returns YES iff
|
| // |URL| is launched in an external app.
|
|
|