commit | 0988abd25cb6fe70f30bd4ce935a076d24efa46d | [log] [tgz] |
---|---|---|
author | Benjamin Williams <bwwilliams@google.com> | Thu Aug 25 17:40:04 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Aug 25 17:40:04 2022 |
tree | fe3c1143f81faabf548f968deef06b1d103b9766 | |
parent | ee7ea3fc4d03006f55938d6fc00066eea10ee493 [diff] |
Use absl::optional for PromoForName(). This change ensures that promos_manager::PromosForName() uses absl::optional<Promo> instead of returning Promo::Test by default. Change-Id: I72d4dcd88dce0383be59aa3516010970f0245e1e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3854582 Commit-Queue: Benjamin Williams <bwwilliams@google.com> Reviewed-by: Ali Juma <ajuma@chromium.org> Cr-Commit-Position: refs/heads/main@{#1039313}
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.