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

Unified Diff: ios/chrome/browser/ui/bookmarks/bookmark_signin_promo_cell.h

Issue 2901783002: Adding accessibility to the close button in sign-in promo (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/bookmarks/bookmark_signin_promo_cell.h
diff --git a/ios/chrome/browser/ui/bookmarks/bookmark_signin_promo_cell.h b/ios/chrome/browser/ui/bookmarks/bookmark_signin_promo_cell.h
index 2cf1a0a8fae59c994605500ac86ac53f3d3e5d96..8e08d9971da41c932ecaae914303b59d286e69fa 100644
--- a/ios/chrome/browser/ui/bookmarks/bookmark_signin_promo_cell.h
+++ b/ios/chrome/browser/ui/bookmarks/bookmark_signin_promo_cell.h
@@ -19,6 +19,8 @@ typedef void (^CloseButtonCallback)(void);
+ (NSString*)reuseIdentifier;
@property(nonatomic, readonly) SigninPromoView* signinPromoView;
+// Called when the user taps on the close button. If not set, the close button
+// is hidden.
@property(nonatomic, copy) CloseButtonCallback closeButtonAction;
@end

Powered by Google App Engine
This is Rietveld 408576698