diff options
| author | Lexi Winter <ivy@FreeBSD.org> | 2025-12-01 03:19:41 +0000 |
|---|---|---|
| committer | Lexi Winter <ivy@FreeBSD.org> | 2025-12-01 03:19:41 +0000 |
| commit | 2e80774d0b20d167bc0a9e2b63dafbfb171c0d22 (patch) | |
| tree | 25f0138e1af8902b92dacc8cce09b267447c17db /devel/electron35/files/patch-chrome_browser_ui_chrome__pages.cc | |
| parent | f85f2b2d6e5b7ed869376eb4b180c3a74a5c5da9 (diff) | |
| parent | 1a30da80670973368b399f2b01fe9c04b91a1273 (diff) | |
Merge remote-tracking branch 'freebsd/main' into lf/mainlf/main
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, |
