--- chrome/browser/first_run/first_run.h.orig 2026-03-24 16:59:08 UTC +++ chrome/browser/first_run/first_run.h @@ -73,7 +73,7 @@ struct MasterPrefs { #if BUILDFLAG(IS_MAC) bool confirm_to_quit; #endif -#if BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) bool eula_required = false; #endif }; @@ -145,7 +145,7 @@ ProcessInitialPreferencesResult ProcessInitialPreferen std::unique_ptr initial_prefs, MasterPrefs* out_prefs); -#if BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) // Shows the EULA dialog if required. Returns true if the EULA is accepted // or not required. Returns false if the EULA has not been accepted. If the EULA // has not been accepted, the caller should exit promptly.