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 1935e8ab490ecbe7e6d6642fa0503c8e3c3d6bd2..3374a08e9bce365d01a87e69d581237596eb529b 100644 |
--- a/ios/chrome/browser/ui/authentication/signin_promo_view.h |
+++ b/ios/chrome/browser/ui/authentication/signin_promo_view.h |
@@ -36,6 +36,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* dismissButton; |
msarda
2017/04/28 16:08:16
Maybe add a comment saying that this button is hid
jlebel
2017/05/03 12:41:14
Done.
|
// If set to YES, ShowSigninCommand is sent when primary or secondary buttons |
// are tapped. |
@property(nonatomic, getter=doesSendChromeCommand) BOOL sendChromeCommand; |