Commit 0374c0d7 authored by Minoru Chikamune's avatar Minoru Chikamune Committed by Commit Bot

[HeapMojo] Make HeapMojoWrapperMode::kWithContextObserver default

Recent experiment shows that there is no huge impact on crash rates. So this CL is going to change the default mode to use HeapMojoWrapperMode::kWithContextObserver.

Bug: 1049056
Change-Id: I801a57fdacc6195b95aef9d9fa6f1a896595f9b8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2383406Reviewed-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@{#803272}
parent 1c52b6be
...@@ -7,5 +7,5 @@ ...@@ -7,5 +7,5 @@
namespace blink { namespace blink {
// HeapMojo experiments to deprecate kWithoutContextObserver // HeapMojo experiments to deprecate kWithoutContextObserver
const base::Feature kHeapMojoUseContextObserver{ const base::Feature kHeapMojoUseContextObserver{
"HeapMojoUseContextObserver", base::FEATURE_DISABLED_BY_DEFAULT}; "HeapMojoUseContextObserver", base::FEATURE_ENABLED_BY_DEFAULT};
} // namespace blink } // namespace blink
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