Commit 3f12512d authored by Stepan Khapugin's avatar Stepan Khapugin Committed by Chromium LUCI CQ

[iOS][Getaway] Remove voiceover label from blocking screen background.

Since the button has a descriptive text now, there's no need for this
background label which was previously providing context for voicover
users.

Bug: 1164917, 1138892
Change-Id: Ia3fcd9a43dd9814559e0909f4c3849014b518c22
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2637706
Auto-Submit: Stepan Khapugin <stkhapugin@chromium.org>
Reviewed-by: default avatarRobbie Gibson <rkgibson@google.com>
Commit-Queue: Robbie Gibson <rkgibson@google.com>
Cr-Commit-Position: refs/heads/master@{#845319}
parent 82027e2e
......@@ -41,10 +41,6 @@ const CGFloat kVerticalContentPadding = 70.0f;
[[UIVisualEffectView alloc] initWithEffect:blurEffect];
[self addSubview:blurBackgroundView];
blurBackgroundView.translatesAutoresizingMaskIntoConstraints = NO;
// TODO(crbug.com/1138892): add localized text.
blurBackgroundView.accessibilityLabel =
@"[Test String] Authenticate to access Incognito content";
blurBackgroundView.isAccessibilityElement = YES;
AddSameConstraints(self, blurBackgroundView);
UIImage* incognitoLogo = [UIImage imageNamed:@"incognito_logo_reauth"];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment