| 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 01248eaf5c18266bb33150a576774b850f30c6fc..ca91b4d98f4cd49eae7117ba58a557907d843e78 100644
|
| --- a/ios/web/public/web_state/ui/crw_web_delegate.h
|
| +++ b/ios/web/public/web_state/ui/crw_web_delegate.h
|
| @@ -26,9 +26,6 @@ class GURL;
|
| // TODO(crbug.com/674991): Remove this protocol.
|
| @protocol CRWWebDelegate<NSObject>
|
|
|
| -// Called when the page calls window.close() on itself. Begin the shut-down
|
| -// sequence for this controller.
|
| -- (void)webPageOrderedClose;
|
| // 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.
|
|
|