diff options
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 35e5fd5..f9f6449 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 | --- a/components/url_formatter/url_formatter.cc | 3 | --- components/url_formatter/url_formatter.cc.orig |
| 4 | +++ b/components/url_formatter/url_formatter.cc | 4 | +++ components/url_formatter/url_formatter.cc |
| 5 | @@ -492,14 +492,14 @@ bool HasTwoViewSourceSchemes(base::Strin | 5 | @@ -463,14 +463,14 @@ ComponentResult IDNToUnicodeOneComponent |
| 6 | } // namespace | 6 | } // namespace |
| 7 | 7 | ||
| 8 | const FormatUrlType kFormatUrlOmitNothing = 0; | 8 | const FormatUrlType kFormatUrlOmitNothing = 0; |
