Skip to content

Commit

Permalink
Remove unnecessary code - this feature is enabled on Mac
Browse files Browse the repository at this point in the history
Bug: 1012108
Change-Id: Ic9a38aaae92ea1592a244283304608b429cf7bbc
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2092933
Commit-Queue: Aaron Leventhal <aleventhal@chromium.org>
Auto-Submit: Mason Freed <masonfreed@chromium.org>
Reviewed-by: Aaron Leventhal <aleventhal@chromium.org>
Cr-Commit-Position: refs/heads/master@{#748402}
  • Loading branch information
mfreed7 authored and Commit Bot committed Mar 9, 2020
1 parent 31be9d7 commit d00ed53
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,11 +117,6 @@ void DumpAccessibilityTestBase::SetUp() {
enabled_features.emplace_back(
features::kEnableAccessibilityExposeDisplayNone);

// Enable the FormControlsRefresh feature to make sure the
// accessibility tree is the same across platforms.
// TODO(1012108): remove this once Mac is also enabled by default.
enabled_features.emplace_back(features::kFormControlsRefresh);

enabled_features.emplace_back(blink::features::kPortals);

// TODO(dmazzoni): DumpAccessibilityTree expectations are based on the
Expand Down

0 comments on commit d00ed53

Please sign in to comment.