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

Unified Diff: ios/chrome/browser/ui/stack_view/stack_view_controller.h

Issue 2810193004: [ObjC ARC] Converts ios/chrome/browser/ui/stack_view:stack_view to ARC. (Closed)
Patch Set: comments Created 3 years, 8 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/chrome/browser/ui/stack_view/stack_view_controller.h
diff --git a/ios/chrome/browser/ui/stack_view/stack_view_controller.h b/ios/chrome/browser/ui/stack_view/stack_view_controller.h
index 8070a7f3d58c7476744fb8b080af9f1b5cfb3259..c1e5390df79253fb6991b8134eba78c1e1ca188c 100644
--- a/ios/chrome/browser/ui/stack_view/stack_view_controller.h
+++ b/ios/chrome/browser/ui/stack_view/stack_view_controller.h
@@ -28,8 +28,8 @@ class GURL;
// Controller for the tab-switching UI displayed as a stack of tabs.
@interface StackViewController : UIViewController<TabSwitcher>
-@property(nonatomic, assign) id<TabSwitcherDelegate> delegate;
-@property(nonatomic, assign) id<StackViewControllerTestDelegate> testDelegate;
+@property(nonatomic, weak) id<TabSwitcherDelegate> delegate;
+@property(nonatomic, weak) id<StackViewControllerTestDelegate> testDelegate;
// Initializes with the given tab models, which must not be nil.
// |activeTabModel| is the model which starts active, and must be one of the
« no previous file with comments | « ios/chrome/browser/ui/stack_view/stack_card.mm ('k') | ios/chrome/browser/ui/stack_view/stack_view_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698