ports/www/chromium/files/patch-chrome_browser_ui_chrome__pages.cc

20 lines
746 B
C++

--- chrome/browser/ui/chrome_pages.cc.orig 2023-09-13 12:11:42 UTC
+++ chrome/browser/ui/chrome_pages.cc
@@ -71,7 +71,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
@@ -617,7 +617,7 @@ void ShowShortcutCustomizationApp(Profile* profile) {
}
#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) {