$OpenBSD: patch-content_public_common_content_switches_cc,v 1.16 2017/12/04 13:55:42 robert Exp $
Index: content/public/common/content_switches.cc
--- content/public/common/content_switches.cc.orig
+++ content/public/common/content_switches.cc
@@ -47,6 +47,8 @@ const char kAllowLoopbackInPeerConnection[] =
 // finishes.
 const char kAllowNoSandboxJob[]             = "allow-no-sandbox-job";
 
+const char kTrk[]                           = "trk";
+
 // Allows debugging of sandboxed processes (see zygote_main_linux.cc).
 const char kAllowSandboxDebugging[]         = "allow-sandbox-debugging";
 
@@ -1031,7 +1033,7 @@ const char kDisableVaapiAcceleratedVideoEncode[] =
     "disable-vaapi-accelerated-video-encode";
 #endif
 
-#if defined(OS_LINUX) && !defined(OS_CHROMEOS)
+#if (defined(OS_BSD) || defined(OS_LINUX)) && !defined(OS_CHROMEOS)
 // Allows sending text-to-speech requests to speech-dispatcher, a common
 // Linux speech service. Because it's buggy, the user must explicitly
 // enable it so that visiting a random webpage can't cause instability.
