Skip to content

Commit

Permalink
[ios] Enable kIOSLookalikeUrlNavigationSuggestionsUI by default
Browse files Browse the repository at this point in the history
Change-Id: Ic8fa3a0a239c5ce05aabf545dcae3d8e35aa966e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2521051
Reviewed-by: Ali Juma <ajuma@chromium.org>
Reviewed-by: Caitlin Fischer <caitlinfischer@google.com>
Commit-Queue: Livvie Lin <livvielin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#824717}
  • Loading branch information
livvielin authored and Commit Bot committed Nov 6, 2020
1 parent 76e0fe0 commit 0a4885b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
3 changes: 1 addition & 2 deletions ios/web/common/features.mm
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@
"PreserveScrollViewProperties", base::FEATURE_ENABLED_BY_DEFAULT};

const base::Feature kIOSLookalikeUrlNavigationSuggestionsUI{
"IOSLookalikeUrlNavigationSuggestionsUI",
base::FEATURE_DISABLED_BY_DEFAULT};
"IOSLookalikeUrlNavigationSuggestionsUI", base::FEATURE_ENABLED_BY_DEFAULT};

const base::Feature kAddWebContentDropInteraction{
"AddWebContentDropInteraction", base::FEATURE_DISABLED_BY_DEFAULT};
Expand Down
15 changes: 0 additions & 15 deletions testing/variations/fieldtrial_testing_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3375,21 +3375,6 @@
]
}
],
"IOSLookalikeInterstitials": [
{
"platforms": [
"ios"
],
"experiments": [
{
"name": "Enabled",
"enable_features": [
"IOSLookalikeUrlNavigationSuggestionsUI"
]
}
]
}
],
"IOSMessagesOverlay": [
{
"platforms": [
Expand Down

0 comments on commit 0a4885b

Please sign in to comment.