1 --- chrome/browser/ui/chrome_pages.h.orig	2022-08-31 12:19:35 UTC
2 +++ chrome/browser/ui/chrome_pages.h
3 @@ -30,7 +30,7 @@ enum class ConsentLevel;
4  }  // namespace signin
5 
6  #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \
7 -    BUILDFLAG(IS_FUCHSIA)
8 +    BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_BSD)
9  namespace web_app {
10  enum class AppSettingsPageEntryPoint;
11  }  // namespace web_app
12 @@ -210,7 +210,7 @@ void ShowBrowserSigninOrSettings(Browser* browser,
13  #endif
14 
15  #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \
16 -    BUILDFLAG(IS_FUCHSIA)
17 +    BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_BSD)
18  // Show chrome://app-settings/<app-id> page.
19  void ShowWebAppSettings(Browser* browser,
20                          const std::string& app_id,
21