| commit | ab118839cd67fb3a464833eceebb5875de77005c | [log] [tgz] |
|---|---|---|
| author | dljames <dljames@chromium.org> | Fri Sep 26 20:48:06 2025 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Sep 26 20:48:06 2025 |
| tree | d290ab70a8ad8c7993a9bbfdd50ebc8e051a7c21 | |
| parent | a9de36034d2847f0702274425956d84d541f2f68 [diff] |
static_cast ActionPinnableState to int to comparing with action item Replaces a usage of std::underlying_type_t with static_cast<int> when comparing an enum value (which is derived from an int in this case) with the property of an action item. Change-Id: I59bc92614f38aa045b62328d6f29319d2e3d6955 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6990670 Reviewed-by: Christopher Grant <cjgrant@chromium.org> Commit-Queue: Darryl James <dljames@chromium.org> Cr-Commit-Position: refs/heads/main@{#1521535}
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.