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

Unified Diff: ios/web/web_state/ui/crw_web_controller_container_view.h

Issue 2434853002: [ObjC ARC] Converts crw_web_controller to ARC. (Closed)
Patch Set: Expose delegate Created 4 years, 2 months 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/web_state/ui/crw_web_controller_container_view.h
diff --git a/ios/web/web_state/ui/crw_web_controller_container_view.h b/ios/web/web_state/ui/crw_web_controller_container_view.h
index c24af8337a9016a636b2f561e80633bab90aabf1..f28efaa0deb53bf7a008de4c554111fb2dac7d9d 100644
--- a/ios/web/web_state/ui/crw_web_controller_container_view.h
+++ b/ios/web/web_state/ui/crw_web_controller_container_view.h
@@ -39,6 +39,8 @@
@property(nonatomic, retain, readonly) id<CRWNativeContent> nativeController;
// The currently displayed transient content view.
@property(nonatomic, retain, readonly) CRWContentView* transientContentView;
+@property(nonatomic, assign) id<CRWWebControllerContainerViewDelegate>
+ delegate; // weak
Eugene But (OOO till 7-30) 2016/10/25 02:26:06 So you can't use weak property because this header
stkhapugin 2016/10/25 16:16:46 Yes, specifically from crw_web_controller_containe
// Designated initializer. |proxy|'s content view will be updated as different
// content is added to the container.

Powered by Google App Engine
This is Rietveld 408576698