Files
Claudio DeSouza f32a04eaad [cr148] IsValidWebAppUrl moved under //components
This function is now called `IsUrlEligibleForWebApp`.

Chromium changes:
https://chromium.googlesource.com/chromium/src/+/f79eb8c0c496682cea5e54a3c038b7f770a97804

commit f79eb8c0c496682cea5e54a3c038b7f770a97804
Author: Lichen Liu <lichenliu@microsoft.com>
Date:   Wed Mar 18 22:54:15 2026 -0700

    [PWA] Centralize URL eligibility check for web app features

    Add IsUrlEligibleForWebApp() and AddValidChromeUrlHostForTesting() in
    components/webapps/browser/web_app_url_config.h to centralize the logic
    that determines whether a URL is eligible for web app features (banners,
    installation, etc.).

    Bug: 481017409
    Change-Id: Iaa3d36fcbcc18677eb57073eb2d51063a30240f9
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7665546
    Reviewed-by: Yoshiki Iguchi <yoshiki@chromium.org>
    Reviewed-by: Daniel Murphy <dmurph@chromium.org>
    Commit-Queue: Lichen Liu <lichenliu@microsoft.com>
    Cr-Commit-Position: refs/heads/main@{#1601772}
2026-04-27 12:00:50 +01:00

4 lines
53 B
Python

include_rules = [
"+brave/components/constants",
]