Commit d955606c authored by Leszek Swirski's avatar Leszek Swirski Committed by Commit Bot

Add fieldtrial config for V8CacheInlineScriptCode

Bug: chromium:823663
Change-Id: Icab63d84322b136255d0ea8ca4207529087142b4
Reviewed-on: https://chromium-review.googlesource.com/1044197Reviewed-by: default avatarRobert Kaplow <rkaplow@chromium.org>
Commit-Queue: Leszek Swirski <leszeks@chromium.org>
Cr-Commit-Position: refs/heads/master@{#556806}
parent 1612a816
...@@ -4000,6 +4000,24 @@ ...@@ -4000,6 +4000,24 @@
] ]
} }
], ],
"V8CacheInlineScriptCode": [
{
"platforms": [
"android",
"chromeos",
"linux",
"win"
],
"experiments": [
{
"name": "CacheInlineScriptCode",
"enable_features": [
"CacheInlineScriptCode"
]
}
]
}
],
"V8ContextSnapshot": [ "V8ContextSnapshot": [
{ {
"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