22 lines
924 B
Diff
22 lines
924 B
Diff
diff --git a/chrome/browser/ui/dialogs/outdated_upgrade_bubble.cc b/chrome/browser/ui/dialogs/outdated_upgrade_bubble.cc
|
|
index ed846b5561504e9759d2d015f9ea2d64c75079e7..aa31054665a2dc060939cb21983359649f0587af 100644
|
|
--- a/chrome/browser/ui/dialogs/outdated_upgrade_bubble.cc
|
|
+++ b/chrome/browser/ui/dialogs/outdated_upgrade_bubble.cc
|
|
@@ -42,6 +42,8 @@ constexpr int kNumIgnoredBuckets = 5;
|
|
// we redirect to the safetyCheck page that interacts with these. On other
|
|
// platforms it may be possible to download an updated browser via a site.
|
|
const char* kUpdateBrowserRedirectUrl =
|
|
+ kDownloadBraveUrl;
|
|
+#if 0
|
|
#if BUILDFLAG(IS_CHROMEOS_LACROS)
|
|
// The URL to be used to update Lacros-Chrome when auto-update failed
|
|
// for too long.
|
|
@@ -51,6 +53,7 @@ const char* kUpdateBrowserRedirectUrl =
|
|
// too long.
|
|
"https://www.google.com/chrome";
|
|
#endif
|
|
+#endif
|
|
|
|
bool g_upgrade_bubble_is_showing = false;
|
|
|