Files
brave-core/components/ai_chat
Claudio DeSouza f06762c012 [cr139] ParsedCookie::HasExpires now just Expires
Chromium changes:
https://chromium.googlesource.com/chromium/src/+/8645aaa7a2fe2c128ee66be225f20c1014e928c4

commit 8645aaa7a2fe2c128ee66be225f20c1014e928c4
Author: Chris Fredrickson <cfredric@google.com>
Date:   Wed Jun 18 14:28:11 2025 -0700

    Remove Has* methods from ParsedCookie

    We can support the same functionality/semantics via a simpler API (fewer
    methods with richer return values), and also remove undocumented
    DCHECKs.

    This CL also modernizes to use std::string_view instead of const
    std::string& in a few places.

    Change-Id: I4399418421b1452c736aa82a01addf05c1a68b65
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6651629
    Reviewed-by: Reilly Grant <reillyg@chromium.org>
    Commit-Queue: Chris Fredrickson <cfredric@chromium.org>
    Reviewed-by: Maks Orlovich <morlovich@chromium.org>
    Cr-Commit-Position: refs/heads/main@{#1475857}
2025-07-16 13:38:45 -04:00
..