Files
brave-core/browser/ui/android
AlexeyBarabash 6a680adf32 [cr148][Android] DropdownCommonProperties removed
SuggestionCommonProperties is used instead

Chromium change:
https://source.chromium.org/chromium/chromium/src/+/fdf1ac3a145796f9cb1e3c8a72a639506d18a6e0

commit fdf1ac3a145796f9cb1e3c8a72a639506d18a6e0
Author: Charles Cai <charlesyc@google.com>
Date:   Mon Mar 30 17:42:35 2026 -0700

    Refactor Omnibox suggestion properties into a single common class

    This CL merges `DropdownCommonProperties` into
    `SuggestionCommonProperties`. This unifies the property definitions for
    Omnibox suggestions into a single location to simplify property model
    management. This is a pure data-layer refactoring that prepares the
    architecture for migrating UI elements like headers and group separators
    to ItemDecorations.

    Bug: 491220357
    Change-Id: Ie531dc38e9e53b5829060ae1a7f49c014061f409
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7708772
    Commit-Queue: Charles Cai <charlesyc@google.com>
    Reviewed-by: Tomasz Wiszkowski <ender@google.com>
    Reviewed-by: Sky Malice <skym@chromium.org>
    Cr-Commit-Position: refs/heads/main@{#1607509}
2026-04-27 12:00:59 +01:00
..