Commit ed1eba43 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: Iaa4dae8bdb9151e5199f57a1d66b22bddf5a46f0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2537674Reviewed-by: default avatarJesse Doherty <jwd@chromium.org>
Commit-Queue: Ewann Pellé <ewannpv@chromium.org>
Cr-Commit-Position: refs/heads/master@{#827307}
parent 20f84423
...@@ -2602,6 +2602,21 @@ ...@@ -2602,6 +2602,21 @@
] ]
} }
], ],
"EnableCloseAllTabsConfirmation": [
{
"platforms": [
"ios"
],
"experiments": [
{
"name": "CloseAllTabsConfirmationEnabled",
"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