Commit 92c9f5e6 authored by Robbie Gibson's avatar Robbie Gibson Committed by Commit Bot

[iOS] Enable WebPageTextAccessibility by default for stable launch

Bug: 1049559
Change-Id: Iffda7ed060a5e6220efd1d2ab3b322a3c105d08c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2254279Reviewed-by: default avatarGauthier Ambard <gambard@chromium.org>
Reviewed-by: default avatarBrian White <bcwhite@chromium.org>
Commit-Queue: Robbie Gibson <rkgibson@google.com>
Cr-Commit-Position: refs/heads/master@{#780781}
parent ef7c317e
......@@ -262,6 +262,12 @@ TEST_F(PopupMenuMediatorTest, TestToolsMenuItemsCount) {
->IsUserFeedbackEnabled()) {
number_of_action_items++;
}
// Text zoom is currently disabled on iPad. See crbug.com/1061119.
if (ui::GetDeviceFormFactor() != ui::DEVICE_FORM_FACTOR_TABLET) {
number_of_action_items++;
}
// Checks that Tools Menu has the right number of items in each section.
CheckMediatorSetItems(@[
// Stop/Reload, New Tab, New Incognito Tab
......
......@@ -6,8 +6,8 @@
namespace web {
const base::Feature kWebPageTextAccessibility{
"WebPageTextAccessibility", base::FEATURE_DISABLED_BY_DEFAULT};
const base::Feature kWebPageTextAccessibility{"WebPageTextAccessibility",
base::FEATURE_ENABLED_BY_DEFAULT};
const base::Feature kMobileGoogleSRP{"MobileGoogleSRP",
base::FEATURE_DISABLED_BY_DEFAULT};
......
......@@ -3274,21 +3274,6 @@
]
}
],
"IOSWebPageTextAccessibility": [
{
"platforms": [
"ios"
],
"experiments": [
{
"name": "Enabled",
"enable_features": [
"WebPageTextAccessibility"
]
}
]
}
],
"IdentityDiscIPH": [
{
"platforms": [
......
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