Commit b821726f authored by Vlad Tsyrklevich's avatar Vlad Tsyrklevich Committed by Commit Bot

Add field trial for GWP-ASan PartitionAlloc

Land field trial for GWP-ASan PartitionAlloc support now that it's been
enabled on canary/dev.

Bug: 960532
Change-Id: Ide91a31547894edfbb5ba796f768deae88134ecc
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1614024
Commit-Queue: Vlad Tsyrklevich <vtsyrklevich@chromium.org>
Auto-Submit: Vlad Tsyrklevich <vtsyrklevich@chromium.org>
Reviewed-by: default avatarRobert Kaplow <rkaplow@chromium.org>
Cr-Commit-Position: refs/heads/master@{#660597}
parent fb039179
...@@ -2321,6 +2321,22 @@ ...@@ -2321,6 +2321,22 @@
] ]
} }
], ],
"GwpAsanPartitionAlloc": [
{
"platforms": [
"mac",
"windows"
],
"experiments": [
{
"name": "Enabled",
"enable_features": [
"GwpAsanPartitionAlloc"
]
}
]
}
],
"HTTPReallyBadFinal": [ "HTTPReallyBadFinal": [
{ {
"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