mirror of
https://git.freebsd.org/ports.git
synced 2025-07-06 20:09:14 -04:00
Approved by: rene (mentor) Security: https://vuxml.freebsd.org/freebsd/310ca30e-a951-11ed-8314-a8a1599412c6.html
20 lines
748 B
C++
20 lines
748 B
C++
--- chrome/browser/ui/chrome_pages.cc.orig 2023-02-08 09:03:45 UTC
|
|
+++ chrome/browser/ui/chrome_pages.cc
|
|
@@ -68,7 +68,7 @@
|
|
#endif
|
|
|
|
#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \
|
|
- BUILDFLAG(IS_FUCHSIA)
|
|
+ BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_BSD)
|
|
#include "chrome/browser/web_applications/web_app_utils.h"
|
|
#endif
|
|
|
|
@@ -630,7 +630,7 @@ void ShowBrowserSigninOrSettings(Browser* browser,
|
|
#endif
|
|
|
|
#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \
|
|
- BUILDFLAG(IS_FUCHSIA)
|
|
+ BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_BSD)
|
|
void ShowWebAppSettings(Browser* browser,
|
|
const std::string& app_id,
|
|
web_app::AppSettingsPageEntryPoint entry_point) {
|