[cr148] Adding stub for kWalletPrivatePassHelpCenterURL

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

commit a83c4e81ade18e4632a0b2d950990d637ea72d9d
Author: Florian Leimgruber <fleimgruber@google.com>
Date:   Thu Apr 2 08:52:02 2026 -0700

    Link to private passes help center article on import on desktop

    Currently, the import bubbles link to the passes overview page for
    private and public passes. This CL redirects to the help center article
    for private passes instead.

    Demo: https://screencast.googleplex.com/cast/NTkwOTA4NTU4ODI5MTU4NHxiODc4MDM4Mi1lMQ

    Bug: 477845712
    Change-Id: I40239e956d20fa5845da691f488ac485f029658e
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7726781
    Reviewed-by: Bruno Braga <brunobraga@google.com>
    Commit-Queue: Florian Leimgruber <fleimgruber@google.com>
    Cr-Commit-Position: refs/heads/main@{#1609252}
This commit is contained in:
Claudio DeSouza
2026-04-27 12:01:00 +01:00
parent 20d9c62c2b
commit 3ccd9903bb
@@ -532,6 +532,10 @@ inline constexpr char kWallpaperSearchLearnMorePageURL[] =
// The URL for the passed in Google Wallet.
inline constexpr char kWalletPassesPageURL[] = "https://support.brave.app/";
// The help center article URL on using Wallet private passes across Google.
inline constexpr char kWalletPrivatePassHelpCenterURL[] =
"https://support.brave.app/";
// The URL for the "Learn more" page for Wallpaper Search for managed users.
inline constexpr char kWallpaperSearchLearnMorePageManagedURL[] =
"https://support.brave.app/";