diff --git a/patches/extra/ungoogled-chromium/disable-formatting-in-omnibox.patch b/patches/extra/ungoogled-chromium/disable-formatting-in-omnibox.patch deleted file mode 100644 index f41a3aa6..00000000 --- a/patches/extra/ungoogled-chromium/disable-formatting-in-omnibox.patch +++ /dev/null @@ -1,22 +0,0 @@ -# Disables omission of URL elements in Omnibox and status bubble - ---- a/chrome/browser/ui/status_bubble.h -+++ b/chrome/browser/ui/status_bubble.h -@@ -17,7 +17,7 @@ class GURL; - class StatusBubble { - public: - // On hover, expand status bubble to fit long URL after this delay. -- static const int kExpandHoverDelayMS = 1600; -+ static const int kExpandHoverDelayMS = 0; - - virtual ~StatusBubble() = default; - ---- a/chrome/browser/ui/toolbar/chrome_location_bar_model_delegate.cc -+++ b/chrome/browser/ui/toolbar/chrome_location_bar_model_delegate.cc -@@ -268,5 +268,5 @@ TemplateURLService* ChromeLocationBarMod - // static - void ChromeLocationBarModelDelegate::RegisterProfilePrefs( - user_prefs::PrefRegistrySyncable* registry) { -- registry->RegisterBooleanPref(omnibox::kPreventUrlElisionsInOmnibox, false); -+ registry->RegisterBooleanPref(omnibox::kPreventUrlElisionsInOmnibox, true); - } diff --git a/patches/series b/patches/series index ddd27a4b..8b614e77 100644 --- a/patches/series +++ b/patches/series @@ -49,7 +49,6 @@ extra/bromite/fingerprinting-flags-client-rects-and-measuretext.patch extra/bromite/flag-max-connections-per-host.patch extra/bromite/flag-fingerprinting-canvas-image-data-noise.patch extra/ungoogled-chromium/add-components-ungoogled.patch -extra/ungoogled-chromium/disable-formatting-in-omnibox.patch extra/ungoogled-chromium/add-ipv6-probing-option.patch extra/ungoogled-chromium/remove-disable-setuid-sandbox-as-bad-flag.patch extra/ungoogled-chromium/disable-intranet-redirect-detector.patch