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

Unified Diff: ios/chrome/browser/ui/ntp/new_tab_page_header_view.h

Issue 2891563003: [ObjC ARC] Converts ios/chrome/browser/ui/ntp:ntp_header to ARC. (Closed)
Patch Set: Created 3 years, 7 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/ntp/new_tab_page_header_view.h
diff --git a/ios/chrome/browser/ui/ntp/new_tab_page_header_view.h b/ios/chrome/browser/ui/ntp/new_tab_page_header_view.h
index 64ea947b5f19ebea5c207d6b3a16743ac27ab6e3..6c6e490a2cfbe86c444cb8b98f7aac030d1b79f0 100644
--- a/ios/chrome/browser/ui/ntp/new_tab_page_header_view.h
+++ b/ios/chrome/browser/ui/ntp/new_tab_page_header_view.h
@@ -17,7 +17,7 @@
@interface NewTabPageHeaderView : UICollectionReusableView<ToolbarOwner>
// Return the toolbar view;
-@property(nonatomic, readonly) UIView* toolBarView;
+@property(weak, nonatomic, readonly) UIView* toolBarView;
sdefresne 2017/05/17 16:27:11 Revert, the property is not synthesized (it is a c
stkhapugin 2017/05/30 18:22:42 Done.
// Creates a NewTabPageToolbarController using the given |toolbarDelegate|,
// |focuser| and |readingListModel|, and adds the toolbar view to self.
« no previous file with comments | « ios/chrome/browser/ui/ntp/new_tab_page_header_constants.mm ('k') | ios/chrome/browser/ui/ntp/new_tab_page_header_view.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698