diff options
Diffstat (limited to 'devel/electron35/files/patch-chrome_browser_ui_chrome__pages.cc')
| -rw-r--r-- | devel/electron35/files/patch-chrome_browser_ui_chrome__pages.cc | 29 | 
1 files changed, 0 insertions, 29 deletions
diff --git a/devel/electron35/files/patch-chrome_browser_ui_chrome__pages.cc b/devel/electron35/files/patch-chrome_browser_ui_chrome__pages.cc deleted file mode 100644 index 9951523e8243..000000000000 --- a/devel/electron35/files/patch-chrome_browser_ui_chrome__pages.cc +++ /dev/null @@ -1,29 +0,0 @@ ---- chrome/browser/ui/chrome_pages.cc.orig	2025-03-24 20:50:14 UTC -+++ chrome/browser/ui/chrome_pages.cc -@@ -85,7 +85,7 @@ - #include "components/signin/public/identity_manager/identity_manager.h" - #endif -  --#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - #include "chrome/browser/web_applications/web_app_utils.h" - #endif -  -@@ -379,7 +379,7 @@ void ShowChromeTips(Browser* browser) { -   ShowSingletonTab(browser, GURL(kChromeTipsURL)); - } -  --#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - void ShowChromeWhatsNew(Browser* browser) { -   ShowSingletonTab(browser, GURL(kChromeUIWhatsNewURL)); - } -@@ -702,7 +702,7 @@ void ShowShortcutCustomizationApp(Profile* profile, - } - #endif  // BUILDFLAG(IS_CHROMEOS) -  --#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - void ShowWebAppSettingsImpl(Browser* browser, -                             Profile* profile, -                             const std::string& app_id,  | 
