| 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 71befcc94f1e6e614944b7acc4f875541b95d23e..f0091a1d3529d9389c1b19d4f03c5922c077be39 100644
|
| --- a/ios/web/public/web_state/ui/crw_web_delegate.h
|
| +++ b/ios/web/public/web_state/ui/crw_web_delegate.h
|
| @@ -27,6 +27,9 @@ struct Referrer;
|
| }
|
|
|
| // Methods implemented by the delegate of the CRWWebController.
|
| +// DEPRECATED, do not conform to this protocol and do not add any methods to it.
|
| +// Use web::WebStateDelegate instead.
|
| +// TODO(crbug.com/674991): Remove this protocol.
|
| @protocol CRWWebDelegate<NSObject>
|
|
|
| // Called when the page wants to open a new window by DOM (e.g. with
|
|
|