Commit 550fbba1 authored by kouhei's avatar kouhei Committed by Chromium LUCI CQ

Add testing config for TabLoadingFrameNavigationThrottle

Bug: 1064763
Change-Id: I47ca3b7e4287c7125bfc8daa82db2476247b3771
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2592852Reviewed-by: default avatarSteven Holte <holte@chromium.org>
Commit-Queue: Kouhei Ueno <kouhei@chromium.org>
Cr-Commit-Position: refs/heads/master@{#840465}
parent 70cbf61a
...@@ -7391,6 +7391,29 @@ ...@@ -7391,6 +7391,29 @@
] ]
} }
], ],
"TabLoadingFrameNavigationThrottle": [
{
"platforms": [
"android",
"chromeos",
"linux",
"mac",
"windows"
],
"experiments": [
{
"name": "Enabled",
"params": {
"FCPMultiple": "4.0",
"MinimumThrottleTimeoutMilliseconds": "2000"
},
"enable_features": [
"TabLoadingFrameNavigationThrottle"
]
}
]
}
],
"TabRanker": [ "TabRanker": [
{ {
"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