Files
Claudio DeSouza bd450fd91c [cr149] Fixing BraveSpecificsToModel due to last field change
This field used to be a bool, but it is now an enum. This change
corrects the implementation of `BraveSpecificsToModel`, which is
supposed to stay in sycn with `DeviceInfo`.

Chromium changes:
https://chromium.googlesource.com/chromium/src/+/2beaaac13944769bdb69f50226ddb84e8e840456

commit 2beaaac13944769bdb69f50226ddb84e8e840456
Author: Theodore Olsauskas-Warren <sauski@google.com>
Date:   Thu Apr 30 10:56:48 2026 -0700

    [Glic] Move experimental triggering in DeviceInfo to use Enum

    Update the recently added bool glic_experimental_triggering_opted_in
    to use an enum, updating its name to match.

    The previously added proto entry is removed and the value reused,
    there is no practical risk of version mismatch (and bool values map to
    enum versions that are reasonably safe).

    Change-Id: I231dca339fa09a72d6b79d7a4aeb12d3e9b3b761
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7796299
    Reviewed-by: Mikel Astiz <mastiz@chromium.org>
    Reviewed-by: David Trainor <dtrainor@chromium.org>
    Reviewed-by: Maria Petrisor <mpetrisor@chromium.org>
    Reviewed-by: Shakti Sahu <shaktisahu@chromium.org>
    Reviewed-by: Roman Arora <romanarora@chromium.org>
    Commit-Queue: Theodore Olsauskas-Warren <sauski@google.com>
    Reviewed-by: Min Qin <qinmin@chromium.org>
    Reviewed-by: Rohit Rao <rohitrao@chromium.org>
    Reviewed-by: Tommy Nyquist <nyquist@chromium.org>
    Cr-Commit-Position: refs/heads/main@{#1623334}
2026-05-22 16:57:32 -04:00
..