Files
brave-core/components/history
Claudio DeSouza f76d2274d6 [cr145] VisitDatabase::AddVisit dropped source
Chromium changes:
https://chromium.googlesource.com/chromium/src/+/5ff1cf92a04f55e0fbed6a17937b375127fee658

commit 5ff1cf92a04f55e0fbed6a17937b375127fee658
Author: Zaina Al-Mashni <zalmashni@google.com>
Date:   Tue Dec 2 18:19:04 2025 -0800

    [History] Prevent actor visits from MVT and omnibox suggestions

    This change skips adding keyword search term for a new visit if
    VisitSource is SOURCE_ACTOR.
    Currently, HistoryBackend does not set VisitRow.source when a new visit
    is added. This change ensures that the source attribute is set when
    HistoryService observers are notified of a newely added visit.

    Fixed: 450497203
    Change-Id: I5a5d20a78eb510eacb00734ef763e0725417cd70
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7202653
    Auto-Submit: Zaina Al-Mashni <zalmashni@google.com>
    Reviewed-by: manuk hovanesian <manukh@chromium.org>
    Reviewed-by: Rainhard Findling <rainhard@chromium.org>
    Commit-Queue: Zaina Al-Mashni <zalmashni@google.com>
    Cr-Commit-Position: refs/heads/main@{#1553199}
2025-12-21 17:13:26 -05:00
..