Commit 05801f76 authored by Francois Doray's avatar Francois Doray Committed by Commit Bot

Add ChangeExtensionEventPageSuspendDelay to testing config.

Preliminary results from the Canary+Dev experiment are encouraging.
Adding to testing config to allow Beta experiments.

Bug: 1144166
Change-Id: Ie40d0c5f46ab2779c2a6ec3c55b21cdfec79abb4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2541004Reviewed-by: default avatarBrian White <bcwhite@chromium.org>
Commit-Queue: François Doray <fdoray@chromium.org>
Cr-Commit-Position: refs/heads/master@{#828975}
parent 0a09ce13
...@@ -1354,6 +1354,27 @@ ...@@ -1354,6 +1354,27 @@
] ]
} }
], ],
"ChangeExtensionEventPageSuspendDelay": [
{
"platforms": [
"chromeos",
"linux",
"mac",
"windows"
],
"experiments": [
{
"name": "ChangeExtensionEventPageSuspendDelay",
"params": {
"event-page-suspend-delay-ms": "61000"
},
"enable_features": [
"ChangeExtensionEventPageSuspendDelay"
]
}
]
}
],
"CheckOfflineCapability": [ "CheckOfflineCapability": [
{ {
"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