| Index: ios/web/public/web_state/crw_web_user_interface_delegate.h
|
| diff --git a/ios/web/public/web_state/crw_web_user_interface_delegate.h b/ios/web/public/web_state/crw_web_user_interface_delegate.h
|
| index 2b46ad6e2df47a73911915e981577e22d5928c86..1a8f72214c481a79b5a09a11f4da9ed9516ddf11 100644
|
| --- a/ios/web/public/web_state/crw_web_user_interface_delegate.h
|
| +++ b/ios/web/public/web_state/crw_web_user_interface_delegate.h
|
| @@ -10,6 +10,9 @@
|
| @class CRWWebController;
|
| class GURL;
|
|
|
| +// DEPRECATED, do not conform to this protocol and do not add any methods to it.
|
| +// Use web::WebStateDelegate instead.
|
| +// TODO(crbug.com/675001): Remove this protocol.
|
| @protocol CRWWebUserInterfaceDelegate<NSObject>
|
|
|
| @optional
|
|
|