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

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

Issue 2610923005: Replace ObjCPropertyReleaser with ReleaseProperties() project-wide. (Closed)
Patch Set: weak -> assign Created 3 years, 11 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_bar_item.h
diff --git a/ios/chrome/browser/ui/ntp/new_tab_page_bar_item.h b/ios/chrome/browser/ui/ntp/new_tab_page_bar_item.h
index dd349144e87865094c2a4fd03a343a3e0582ccc9..f0d719dda6154756b9ff10f28168d394ec97e461 100644
--- a/ios/chrome/browser/ui/ntp/new_tab_page_bar_item.h
+++ b/ios/chrome/browser/ui/ntp/new_tab_page_bar_item.h
@@ -17,9 +17,13 @@
image:(UIImage*)imageName
NS_RETURNS_NOT_RETAINED;
+// Title of the button.
@property(nonatomic, copy) NSString* title;
+// A numeric identifier.
@property(nonatomic, assign) NSUInteger identifier;
+// Tabbar image.
@property(nonatomic, retain) UIImage* image;
+// New tab page view.
Sidney San Martín 2017/01/05 03:24:05 Same for these comments.
@property(nonatomic, assign) UIView* view;
@end

Powered by Google App Engine
This is Rietveld 408576698