| commit | 7f1350f72383106b1981a6d4d2e6dedeb57f66ff | [log] [tgz] |
|---|---|---|
| author | Julia Przybytniowska <przybytniowska@google.com> | Sat Dec 13 07:51:04 2025 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sat Dec 13 07:51:04 2025 |
| tree | 756bacdd32db713ea7fcf37722d0d6c865afb745 | |
| parent | 207f79db8c9eb2752ac68fcb1b440c9039f85ccc [diff] |
Fix enum mismatch in Enterprise Promotion Eligibility preferences This change intends to resolve namespace mismatches: - Preferences: Explicitly use enterprise::PromotionType for storing the kEnterprisePromotionEligibility preference. - API Response: Cast the stored value to api::webstore_private::PromotionType only when generating the string response for the API. BUG=b:436245479 Change-Id: I885694c8c397158e788621d222ebb25c1bc0c7ac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7245601 Reviewed-by: Tim <tjudkins@chromium.org> Reviewed-by: Owen Min <zmin@chromium.org> Commit-Queue: Julia Przybytniowska <przybytniowska@google.com> Cr-Commit-Position: refs/heads/main@{#1558415}
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.