--- components/proxy_config/proxy_config_pref_names.h.orig 2026-03-13 16:54:03 UTC +++ components/proxy_config/proxy_config_pref_names.h @@ -19,7 +19,7 @@ inline constexpr char kProxyOverrideRules[] = "proxy_o // Preference to store the value of the "ProxyOverrideRules" policy. inline constexpr char kProxyOverrideRules[] = "proxy_override_rules"; -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) // Preferences to store the scope (user vs machine) and the affiliation status // corresponding to the value set in `kProxyOverrideRules`. They are used to // handle the policy differently when its source is a cloud user depending on