diff options
| author | Shokara Kou <kou@13f0.net> | 2022-06-08 08:43:41 -0400 |
|---|---|---|
| committer | Shokara Kou <kou@13f0.net> | 2022-06-08 09:01:47 -0400 |
| commit | 45b7fe33fcca66111d3f1bba4b75e5438362dd80 (patch) | |
| tree | 5aa46761f97d2329fabf4c5e2a8ab9dca36db3e8 /www/chromium-uc/patches/extra/ungoogled-chromium/disable-formatting-in-omnibox.patch | |
| parent | 8fe8e03bb8c52fac64b52839d7af4f47b718f405 (diff) | |
update ugc to 100.0.4896.75
Diffstat (limited to 'www/chromium-uc/patches/extra/ungoogled-chromium/disable-formatting-in-omnibox.patch')
| -rw-r--r-- | www/chromium-uc/patches/extra/ungoogled-chromium/disable-formatting-in-omnibox.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/chromium-uc/patches/extra/ungoogled-chromium/disable-formatting-in-omnibox.patch b/www/chromium-uc/patches/extra/ungoogled-chromium/disable-formatting-in-omnibox.patch index f9f6449..35e5fd5 100644 --- a/www/chromium-uc/patches/extra/ungoogled-chromium/disable-formatting-in-omnibox.patch +++ b/www/chromium-uc/patches/extra/ungoogled-chromium/disable-formatting-in-omnibox.patch | |||
| @@ -1,8 +1,8 @@ | |||
| 1 | # Disables omission of URL elements in Omnibox | 1 | # Disables omission of URL elements in Omnibox |
| 2 | 2 | ||
| 3 | --- components/url_formatter/url_formatter.cc.orig | 3 | --- a/components/url_formatter/url_formatter.cc |
| 4 | +++ components/url_formatter/url_formatter.cc | 4 | +++ b/components/url_formatter/url_formatter.cc |
| 5 | @@ -463,14 +463,14 @@ ComponentResult IDNToUnicodeOneComponent | 5 | @@ -492,14 +492,14 @@ bool HasTwoViewSourceSchemes(base::Strin |
| 6 | } // namespace | 6 | } // namespace |
| 7 | 7 | ||
| 8 | const FormatUrlType kFormatUrlOmitNothing = 0; | 8 | const FormatUrlType kFormatUrlOmitNothing = 0; |
