Commit e5193ecd authored by Gauthier Ambard's avatar Gauthier Ambard Committed by Commit Bot

Fix voice over for doodle

The accessibility is now done downstream.

Bug: 798075
Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs
Change-Id: I71243ea8769212737d1b6d4650254b4363e364ab
Reviewed-on: https://chromium-review.googlesource.com/846987Reviewed-by: default avatarSylvain Defresne <sdefresne@chromium.org>
Commit-Queue: Gauthier Ambard <gambard@chromium.org>
Cr-Commit-Position: refs/heads/master@{#526490}
parent 5edcf150
...@@ -180,10 +180,6 @@ const CGFloat kHintLabelSidePadding = 12; ...@@ -180,10 +180,6 @@ const CGFloat kHintLabelSidePadding = 12;
self.headerView = [[NewTabPageHeaderView alloc] init]; self.headerView = [[NewTabPageHeaderView alloc] init];
[self addFakeOmnibox]; [self addFakeOmnibox];
self.logoVendor.view.isAccessibilityElement = YES;
self.logoVendor.view.accessibilityLabel =
l10n_util::GetNSString(IDS_IOS_NEW_TAB_LOGO_ACCESSIBILITY_LABEL);
[self.headerView addSubview:self.logoVendor.view]; [self.headerView addSubview:self.logoVendor.view];
[self.headerView addSubview:self.fakeOmnibox]; [self.headerView addSubview:self.fakeOmnibox];
self.logoVendor.view.translatesAutoresizingMaskIntoConstraints = NO; self.logoVendor.view.translatesAutoresizingMaskIntoConstraints = NO;
......
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