From 3ccd9903bb6bca96b5806935ea0c425efcbb5cc0 Mon Sep 17 00:00:00 2001 From: Claudio DeSouza Date: Fri, 3 Apr 2026 11:43:05 +0100 Subject: [PATCH] [cr148] Adding stub for `kWalletPrivatePassHelpCenterURL` Chromium changes: https://chromium.googlesource.com/chromium/src/+/a83c4e81ade18e4632a0b2d950990d637ea72d9d commit a83c4e81ade18e4632a0b2d950990d637ea72d9d Author: Florian Leimgruber 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 Commit-Queue: Florian Leimgruber Cr-Commit-Position: refs/heads/main@{#1609252} --- chromium_src/chrome/common/url_constants.h | 4 ++++ 1 file changed, 4 insertions(+) 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/";