Files
Emerick Rogul b5008a5b3a [cr146] Install constants moved to .h and made constexpr
Chromium changes:
https://chromium.googlesource.com/chromium/src/+/e4d13074ca00c5f48b4623c7ce74b3022d849ed7

commit e4d13074ca00c5f48b4623c7ce74b3022d849ed7
Author: Will Harris <wfh@chromium.org>
Date:   Thu Jan 29 23:19:24 2026 -0800

    Change some install constants to be constexpr

    This allows deletion of the .cc as these can now be inline constexpr,
    and unlocks some use of static_assert elsewhere in the code.

    BUG=None

    Change-Id: I59144c073c3d43cdd28e5e7109ca1c08b92fd0ca
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7529804
    Commit-Queue: Will Harris <wfh@chromium.org>
    Reviewed-by: Greg Thompson <grt@chromium.org>
    Cr-Commit-Position: refs/heads/main@{#1577063}
2026-02-26 14:14:49 +00:00
..