Exclude top of NOTREACHED tail still hit in stable
This includes the top ~30 in M128 and ~20 in M127 on ChromeOS. ... except the few ones I can't find due to ICF, or ones that have already been fixed or removed as erroneous. This is to further derisk NOTREACHED-fatal rollout. Per crash-reporting volumes on Windows we should be about 1/50 as crashy as CHECK failures after this has landed. 40264195, 40895492, 354661907, 363109548, 361609999, 352381196, 361612971, 362124606, 355803743, 41369768, 345232410, 346893376, 40910294 Bug: 40580068, 332263206, 40942310, 40948203, 355803743, 362506636, Change-Id: I56e42b3b7c8ce17d6dabb5d7edb48db925240e34 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5824114 Owners-Override: Lei Zhang <thestig@chromium.org> Reviewed-by: Lei Zhang <thestig@chromium.org> Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> Commit-Queue: Peter Boström <pbos@chromium.org> Cr-Commit-Position: refs/heads/main@{#1349061}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
27fa52eadb
commit
69e4bbf012
ash
base/metrics
chrome/browser
ash
login
signin
cart
download
notification
extensions
first_run
ui
web_applications
os_integration
components
autofill
core
browser
webdata
autocomplete
performance_manager
permissions
policy
core
sessions
user_manager
content
browser
child
extensions/browser
services/network/cors
storage/browser/file_system
third_party/blink/renderer/core
css
html
forms
layout
ui
@ -222,7 +222,7 @@ ui::WindowShowState PersistedShowStateToShowState(int state) {
|
||||
case PERSISTED_SHOW_STATE_DOCKED_DEPRECATED:
|
||||
return ui::SHOW_STATE_NORMAL;
|
||||
}
|
||||
NOTREACHED_IN_MIGRATION();
|
||||
DUMP_WILL_BE_NOTREACHED();
|
||||
return ui::SHOW_STATE_NORMAL;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user