mirror of
https://git.freebsd.org/ports.git
synced 2025-07-05 03:19:18 -04:00
20 lines
775 B
C++
20 lines
775 B
C++
--- chrome/browser/ui/chrome_pages.h.orig 2023-09-13 12:11:42 UTC
|
|
+++ chrome/browser/ui/chrome_pages.h
|
|
@@ -34,7 +34,7 @@ enum class ConsentLevel;
|
|
} // namespace signin
|
|
|
|
#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \
|
|
- BUILDFLAG(IS_FUCHSIA)
|
|
+ BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_BSD)
|
|
namespace web_app {
|
|
enum class AppSettingsPageEntryPoint;
|
|
} // namespace web_app
|
|
@@ -237,7 +237,7 @@ void ShowShortcutCustomizationApp(Profile* profile);
|
|
#endif
|
|
|
|
#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \
|
|
- BUILDFLAG(IS_FUCHSIA)
|
|
+ BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_BSD)
|
|
// Show chrome://app-settings/<app-id> page.
|
|
void ShowWebAppSettings(Browser* browser,
|
|
const std::string& app_id,
|