| commit | 047bf4b2012af1b9ccbf0b65131f7968c85f92b0 | [log] [tgz] |
|---|---|---|
| author | David Baron <dbaron@chromium.org> | Fri Mar 21 19:08:09 2025 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Mar 21 19:08:09 2025 |
| tree | d19d558ef4cba5610c80adad9328249f4c61abbb | |
| parent | ed7ef4bf3af8d8c20ff7b1022a6418dd489b463c [diff] |
Add [[nodiscard]] to RuntimeEnabledFeatures test helpers. Use of [[nodiscard]] prevents the types from being used as anonymous temporaries by accidentally forgetting to give the variable a name. Change-Id: I37d7c58e7038b3e7913eef1e2874ac70936449db Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6383015 Commit-Queue: David Baron <dbaron@chromium.org> Reviewed-by: Joey Arhar <jarhar@chromium.org> Cr-Commit-Position: refs/heads/main@{#1436212}
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.