Files
brave-core/components/update_client
Claudio DeSouza aea375f6d9 [cr143] base::JSONReader::Read requires options arg
This change corrects all places that were calling `Read` with a default,
to explicitly use the previous default.

Chromium changes:
https://chromium.googlesource.com/chromium/src/+/1a5fa8de713cf7a61ed28afa81a11bda86d6b857

commit 1a5fa8de713cf7a61ed28afa81a11bda86d6b857
Author: Daniel Cheng <dcheng@chromium.org>
Date:   Tue Sep 30 22:38:48 2025 -0700

    Remove base::JSONReader::Read's default argument for parsing options

    Callers should be explicit if they need to opt into non-compliant JSON
    parsing that allows Chromium-specific extensions, e.g. comments.

    Bug: 446188265
    Change-Id: I9ab28367bd00c0f53f8e432f8ee0dfbc5ee02440
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6992114
    Reviewed-by: Lei Zhang <thestig@chromium.org>
    Commit-Queue: Daniel Cheng <dcheng@chromium.org>
    Cr-Commit-Position: refs/heads/main@{#1523324}
2025-11-18 11:18:36 -05:00
..