This line no longer matches anything:
sed -i 's/getenv("CHROME_VERSION_EXTRA")/"%{chromium_name}"/' chrome/common/channel_info_posix.cc
Since it exits 0, it has been silently failing since Chromium 143.0.7499.95, when the getenv calls were consolidated into a single helper. So with CHROME_VERSION_EXTRA unset, the channel name resolves to an empty string
This line no longer matches anything:
Since it exits 0, it has been silently failing since Chromium 143.0.7499.95, when the
getenvcalls were consolidated into a single helper. So withCHROME_VERSION_EXTRAunset, the channel name resolves to an empty string