Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(750)

Unified Diff: ios/web/public/web_state/crw_web_controller_observer.h

Issue 2582843002: [ios] Added deprecation comments and TODOs for ios/web classes/protocols (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ios/web/navigation/crw_session_entry.h ('k') | ios/web/public/web_state/crw_web_user_interface_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « ios/web/navigation/crw_session_entry.h ('k') | ios/web/public/web_state/crw_web_user_interface_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698