Add back field trial config for SiteInstanceGroups for data: URLs
Field trial config was removed incorrectly when enabling the feature by default. This CL adds it back. Test: Config only change Bug: 40269084 Change-Id: I391d97dfb46a90cf495a30a800c48097edd26af1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6448259 Reviewed-by: Rakina Zata Amni <rakina@chromium.org> Commit-Queue: Sharon Yang <yangsharon@chromium.org> Cr-Commit-Position: refs/heads/main@{#1445669}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
f4f6e240cc
commit
8554e47c9d
@ -23348,6 +23348,27 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"SiteInstanceGroupsForDataUrls": [
|
||||
{
|
||||
"platforms": [
|
||||
"android",
|
||||
"android_webview",
|
||||
"chromeos",
|
||||
"fuchsia",
|
||||
"linux",
|
||||
"mac",
|
||||
"windows"
|
||||
],
|
||||
"experiments": [
|
||||
{
|
||||
"name": "Enabled",
|
||||
"enable_features": [
|
||||
"SiteInstanceGroupsForDataUrls"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"SkiaGraphite": [
|
||||
{
|
||||
"platforms": [
|
||||
|
Reference in New Issue
Block a user