Commit e803d89d authored by edchin's avatar edchin Committed by Chromium LUCI CQ

[ios] Enable AddWebContentDropInteraction by default TOT

Bug: 1099646
Change-Id: Ie8fb8ef1a281b9b170f9ea49ad2e799f14bd7375
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2567477Reviewed-by: default avatarRobert Kaplow <rkaplow@chromium.org>
Reviewed-by: default avatarAli Juma <ajuma@chromium.org>
Commit-Queue: edchin <edchin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#832425}
parent b4bbe36d
......@@ -42,7 +42,7 @@ const base::Feature kPreserveScrollViewProperties{
"PreserveScrollViewProperties", base::FEATURE_ENABLED_BY_DEFAULT};
const base::Feature kAddWebContentDropInteraction{
"AddWebContentDropInteraction", base::FEATURE_DISABLED_BY_DEFAULT};
"AddWebContentDropInteraction", base::FEATURE_ENABLED_BY_DEFAULT};
const base::Feature kScrollToTextIOS{"ScrollToTextIOS",
base::FEATURE_DISABLED_BY_DEFAULT};
......
......@@ -3536,21 +3536,6 @@
]
}
],
"IOSWebContentDropInteraction": [
{
"platforms": [
"ios"
],
"experiments": [
{
"name": "Enabled",
"enable_features": [
"AddWebContentDropInteraction"
]
}
]
}
],
"Identifiability": [
{
"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