diff options
Diffstat (limited to 'devel/electron33/files/patch-chrome_browser_ui_browser.h')
-rw-r--r-- | devel/electron33/files/patch-chrome_browser_ui_browser.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron33/files/patch-chrome_browser_ui_browser.h b/devel/electron33/files/patch-chrome_browser_ui_browser.h deleted file mode 100644 index 10de573802db..000000000000 --- a/devel/electron33/files/patch-chrome_browser_ui_browser.h +++ /dev/null @@ -1,11 +0,0 @@ ---- chrome/browser/ui/browser.h.orig 2024-10-28 21:05:16 UTC -+++ chrome/browser/ui/browser.h -@@ -299,7 +299,7 @@ class Browser : public TabStripModelObserver, - std::optional<int64_t> display_id; - #endif - --#if BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - // When the browser window is shown, the desktop environment is notified - // using this ID. In response, the desktop will stop playing the "waiting - // for startup" animation (if any). |