diff --git a/chromium_src/chrome/common/url_constants.h b/chromium_src/chrome/common/url_constants.h index 319a76a1f84..974a7b48843 100644 --- a/chromium_src/chrome/common/url_constants.h +++ b/chromium_src/chrome/common/url_constants.h @@ -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/";