| Index: ios/web/public/web_state/crw_web_controller_observer.h
|
| diff --git a/ios/web/public/web_state/crw_web_controller_observer.h b/ios/web/public/web_state/crw_web_controller_observer.h
|
| index 407202eaa5a41e03f5ed57af1a6c8c18beffab82..9cd989a31ab9d2ebeddc8080b951ff61132ef321 100644
|
| --- a/ios/web/public/web_state/crw_web_controller_observer.h
|
| +++ b/ios/web/public/web_state/crw_web_controller_observer.h
|
| @@ -10,9 +10,9 @@
|
| @class CRWWebController;
|
| @protocol CRWWebViewProxy;
|
|
|
| -// NOTE: When adding new methods to CRWWebControllerObserver, consider adding
|
| -// them to WebStateObserver instead if they need to be surfaced to the public
|
| -// API.
|
| +// DEPRECATED, do not conform to this protocol and do not add any methods to it.
|
| +// Use web::WebStateObserver instead.
|
| +// TODO(crbug.com/675005): Remove this protocol.
|
| @protocol CRWWebControllerObserver<NSObject>
|
|
|
| @optional
|
|
|