Commit bf535698 authored by Fergal Daly's avatar Fergal Daly Committed by Commit Bot

Switch SkipEarlyCommitPendingForCrashedFrame to disabled by default.

It appears to be causing crashing in canary.

Bug: 1072817,1139104
Change-Id: I3d149aa338f6c11f5e5f9b65fd56aea55cda760e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2486532
Auto-Submit: Fergal Daly <fergal@chromium.org>
Reviewed-by: default avatarAlexander Timin <altimin@chromium.org>
Reviewed-by: default avatarAvi Drissman <avi@chromium.org>
Commit-Queue: Avi Drissman <avi@chromium.org>
Cr-Commit-Position: refs/heads/master@{#818990}
parent 3b6e6d5c
...@@ -539,7 +539,7 @@ const base::Feature kRenderDocument{"RenderDocument", ...@@ -539,7 +539,7 @@ const base::Feature kRenderDocument{"RenderDocument",
// Enables skipping the early call to CommitPending when navigating away from a // Enables skipping the early call to CommitPending when navigating away from a
// crashed frame. // crashed frame.
const base::Feature kSkipEarlyCommitPendingForCrashedFrame{ const base::Feature kSkipEarlyCommitPendingForCrashedFrame{
"SkipEarlyCommitPendingForCrashedFrame", base::FEATURE_ENABLED_BY_DEFAULT}; "SkipEarlyCommitPendingForCrashedFrame", base::FEATURE_DISABLED_BY_DEFAULT};
const base::Feature kRequestUnbufferedDispatch{ const base::Feature kRequestUnbufferedDispatch{
"RequestUnbufferedDispatch", base::FEATURE_ENABLED_BY_DEFAULT}; "RequestUnbufferedDispatch", base::FEATURE_ENABLED_BY_DEFAULT};
......
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