Patches for 145.0.7632.120

This commit is contained in:
Carmelo Messina
2026-02-24 11:03:01 +01:00
parent 90984b5000
commit c946bfccc2
@@ -88,7 +88,7 @@ diff --git a/components/url_formatter/url_fixer.cc b/components/url_formatter/ur
#include "base/files/file_path.h"
#include "base/files/file_util.h"
#include "base/i18n/char_iterator.h"
@@ -640,6 +642,8 @@ GURL FixupURLInternal(const std::string& text,
@@ -643,6 +645,8 @@ GURL FixupURLInternal(std::string_view text,
FixupHost(trimmed, parts.host, parts.scheme.is_valid(), desired_tld, &url);
if (chrome_url && !parts.host.is_valid()) {