Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[cr133] Remove all NOTREACHED_IN_MIGRATION remaining #26584

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Nov 15, 2024

  1. [cr133] Remove all NOTREACHED_IN_MIGRATION remaining

    `NOTREACHED_IN_MIGRATION` has now been deleted from chromium in M133.
    This was expected, and the existing occurrances have to be migrated to
    `NOTRECHEAD`. At this point, the only difference between `NOTREACHED`,
    and `NOTREACHED_IN_MIGRATION`, is that `NOTREACHED` is tagged as no
    return.
    
    Chromium change:
    https://chromium.googlesource.com/chromium/src/+/e238462dc67196d361ee0bbaf1954969619cab27
    
    commit e238462dc67196d361ee0bbaf1954969619cab27
    Author: Peter Boström <[email protected]>
    Date:   Fri Nov 15 00:46:51 2024 +0000
    
        Remove NOTREACHED_IN_MIGRATION()
    
        Bug: 40580068
    cdesouza-chromium committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    1956fce View commit details
    Browse the repository at this point in the history