blob: 2e4551e6eb1e9e1331033d285443929f362a04fd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- content/common/features.cc.orig 2025-03-05 08:14:56 UTC
+++ content/common/features.cc
@@ -125,7 +125,7 @@ BASE_FEATURE(kEmbeddingRequiresOptIn,
base::FEATURE_DISABLED_BY_DEFAULT);
// Enables error reporting for JS errors inside DevTools frontend host
-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
BASE_FEATURE(kEnableDevToolsJsErrorReporting,
"EnableDevToolsJsErrorReporting",
base::FEATURE_DISABLED_BY_DEFAULT);
|