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

Unified Diff: ios/web/public/web_state/crw_web_user_interface_delegate.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
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
« no previous file with comments | « ios/web/public/web_state/crw_web_controller_observer.h ('k') | ios/web/public/web_state/ui/crw_web_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698