Commit c7a29595 authored by Minoru Chikamune's avatar Minoru Chikamune Committed by Commit Bot

Enable the HeapMojoUseContextObserver feature for waterfall testing

To deprecate kWithoutContextObserver mode, we are going to enable
HeapMojoUseContextObserver feature for waterfall testing. By doing
this, we can detect crashes during the waterfall testing.

Bug: 1049056
Change-Id: I96e0be25ad6e6cc9eeac2fad600f1dadec02ecd6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2277369Reviewed-by: default avatarKentaro Hara <haraken@chromium.org>
Reviewed-by: default avatarKouhei Ueno <kouhei@chromium.org>
Commit-Queue: Minoru Chikamune <chikamune@chromium.org>
Cr-Commit-Position: refs/heads/master@{#784344}
parent 270fb773
...@@ -3155,6 +3155,27 @@ ...@@ -3155,6 +3155,27 @@
] ]
} }
], ],
"HeapMojoUseContextObserver": [
{
"platforms": [
"android",
"android_webview",
"android_weblayer",
"chromeos",
"linux",
"mac",
"windows"
],
"experiments": [
{
"name": "Enabled",
"enable_features": [
"HeapMojoUseContextObserver"
]
}
]
}
],
"HeapProfiling": [ "HeapProfiling": [
{ {
"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