Commit 0fc91f55 authored by Yutaka Hirano's avatar Yutaka Hirano Committed by Commit Bot

Add Field Trial Testing Configuration for KeepAliveRendererForKeepaliveRequests

Bug: 695939
Change-Id: I39a9e9ce3b030ec233a03912a3b55d25fffa46a4
Reviewed-on: https://chromium-review.googlesource.com/652208
Commit-Queue: Yutaka Hirano <yhirano@chromium.org>
Reviewed-by: default avatarIlya Sherman <isherman@chromium.org>
Cr-Commit-Position: refs/heads/master@{#501209}
parent 702112b1
...@@ -1395,6 +1395,25 @@ ...@@ -1395,6 +1395,25 @@
] ]
} }
], ],
"KeepAliveRendererForKeepaliveRequests": [
{
"platforms": [
"android",
"chromeos",
"linux",
"mac",
"win"
],
"experiments": [
{
"name": "Enabled",
"enable_features": [
"KeepAliveRendererForKeepaliveRequests"
]
}
]
}
],
"LazyParseCSS": [ "LazyParseCSS": [
{ {
"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