Loading
chromium: remove redundant `sed -i` for `libudev.so`
This sed is a no-op since [CL 5738848], which reached chromium stable as part of M129 back in September 2024. Electron 32, which was based on M128, reached EOL in March 2025. As such, this can be safely removed without the need of a version conditional. [CL 5738848]: https://chromium-review.googlesource.com/c/chromium/src/+/5738848