| Index: ios/chrome/browser/ui/authentication/signin_promo_view.h
|
| diff --git a/ios/chrome/browser/ui/authentication/signin_promo_view.h b/ios/chrome/browser/ui/authentication/signin_promo_view.h
|
| index db7dfb11b7b39ffeaa1f27f921b17a5e1927062f..5a4cd92adb850be8d424975172066ba51da5bc55 100644
|
| --- a/ios/chrome/browser/ui/authentication/signin_promo_view.h
|
| +++ b/ios/chrome/browser/ui/authentication/signin_promo_view.h
|
| @@ -40,6 +40,7 @@ typedef NS_ENUM(NSInteger, SigninPromoViewMode) {
|
| @property(nonatomic, readonly) UILabel* textLabel;
|
| @property(nonatomic, readonly) MDCFlatButton* primaryButton;
|
| @property(nonatomic, readonly) MDCFlatButton* secondaryButton;
|
| +@property(nonatomic, readonly) UIButton* closeButton;
|
|
|
| // Horizontal padding used for |textLabel|, |primaryButton| and
|
| // |secondaryButton|. Used to compute the preferred max layout width of
|
|
|