commit | 5945a614b6f9c1a6ce5d42ebd04c41d947d84cc3 | [log] [tgz] |
---|---|---|
author | Lukasz Anforowicz <lukasza@chromium.org> | Thu Feb 08 20:09:48 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Feb 08 20:09:48 2024 |
tree | 596e32b5d14bc31ef0d985eeb5810402fa136c17 | |
parent | 9368f04a4eefd2f46dc7c0e9818891db60702d26 [diff] |
Remove `ChromeShimlessRmaDelegate::SetQRCodeServiceForTesting`. Before go/rusty-qr-code-generator generating a QR code would have required spawning a utility process. Spawning processes is undesirable for unit tests which would work around that requirement by allowing tests to reroute the product code into a fake QR code generator provided by tests. After go/rust-qr-code-generator none of that is necessary anymore. Therefore this CL removes the related code. Bug: 40263739 Change-Id: Ie42b2550dba1ce6f10e13bbdd61a06220f6f7cbb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5278644 Commit-Queue: Ćukasz Anforowicz <lukasza@chromium.org> Reviewed-by: Gavin Williams <gavinwill@chromium.org> Cr-Commit-Position: refs/heads/main@{#1258111}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.