Commit 1ad663a1 authored by Ewann's avatar Ewann Committed by Commit Bot

[iOS] Adds EnableCloseAllTabsConfirmation config

This CL adds the EnableCloseAllTabsConfirmation feature to the
fieldtrial testing config.

Bug: 1119319
Change-Id: I197528caa2d090e2ddd6fde43b18223da49e226f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2513597
Commit-Queue: Ewann Pellé <ewannpv@chromium.org>
Reviewed-by: default avatarWeilun Shi <sweilun@chromium.org>
Reviewed-by: default avatarIlya Sherman <isherman@chromium.org>
Cr-Commit-Position: refs/heads/master@{#824884}
parent 9e0b48a5
...@@ -2562,6 +2562,21 @@ ...@@ -2562,6 +2562,21 @@
] ]
} }
], ],
"EnableCloseAllTabsConfirmation": [
{
"platforms": [
"ios"
],
"experiments": [
{
"name": "Enabled",
"enable_features": [
"EnableCloseAllTabsConfirmation"
]
}
]
}
],
"EnableContextMenuPerformanceHints": [ "EnableContextMenuPerformanceHints": [
{ {
"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