Commit 0a4885b2 authored by Livvie Lin's avatar Livvie Lin Committed by Commit Bot

[ios] Enable kIOSLookalikeUrlNavigationSuggestionsUI by default

Change-Id: Ic8fa3a0a239c5ce05aabf545dcae3d8e35aa966e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2521051Reviewed-by: default avatarAli Juma <ajuma@chromium.org>
Reviewed-by: default avatarCaitlin Fischer <caitlinfischer@google.com>
Commit-Queue: Livvie Lin <livvielin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#824717}
parent 76e0fe01
...@@ -42,8 +42,7 @@ const base::Feature kPreserveScrollViewProperties{ ...@@ -42,8 +42,7 @@ const base::Feature kPreserveScrollViewProperties{
"PreserveScrollViewProperties", base::FEATURE_ENABLED_BY_DEFAULT}; "PreserveScrollViewProperties", base::FEATURE_ENABLED_BY_DEFAULT};
const base::Feature kIOSLookalikeUrlNavigationSuggestionsUI{ const base::Feature kIOSLookalikeUrlNavigationSuggestionsUI{
"IOSLookalikeUrlNavigationSuggestionsUI", "IOSLookalikeUrlNavigationSuggestionsUI", base::FEATURE_ENABLED_BY_DEFAULT};
base::FEATURE_DISABLED_BY_DEFAULT};
const base::Feature kAddWebContentDropInteraction{ const base::Feature kAddWebContentDropInteraction{
"AddWebContentDropInteraction", base::FEATURE_DISABLED_BY_DEFAULT}; "AddWebContentDropInteraction", base::FEATURE_DISABLED_BY_DEFAULT};
......
...@@ -3375,21 +3375,6 @@ ...@@ -3375,21 +3375,6 @@
] ]
} }
], ],
"IOSLookalikeInterstitials": [
{
"platforms": [
"ios"
],
"experiments": [
{
"name": "Enabled",
"enable_features": [
"IOSLookalikeUrlNavigationSuggestionsUI"
]
}
]
}
],
"IOSMessagesOverlay": [ "IOSMessagesOverlay": [
{ {
"platforms": [ "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