Chromium Code Reviews| 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 |