Loading build/patches/Add-flag-for-omnibox-autocomplete-filtering.patch +1 −1 Original line number Diff line number Diff line Loading @@ -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" @@ -643,6 +645,8 @@ GURL FixupURLInternal(std::string_view text, @@ -640,6 +642,8 @@ GURL FixupURLInternal(const std::string& text, FixupHost(trimmed, parts.host, parts.scheme.is_valid(), desired_tld, &url); if (chrome_url && !parts.host.is_valid()) { Loading Loading
build/patches/Add-flag-for-omnibox-autocomplete-filtering.patch +1 −1 Original line number Diff line number Diff line Loading @@ -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" @@ -643,6 +645,8 @@ GURL FixupURLInternal(std::string_view text, @@ -640,6 +642,8 @@ GURL FixupURLInternal(const std::string& text, FixupHost(trimmed, parts.host, parts.scheme.is_valid(), desired_tld, &url); if (chrome_url && !parts.host.is_valid()) { Loading