$OpenBSD: patch-content_public_common_content_switches_cc,v 1.11 2016/05/28 14:49:39 robert Exp $
--- content/public/common/content_switches.cc.orig.port	Wed May 25 21:01:01 2016
+++ content/public/common/content_switches.cc	Sat May 28 10:25:28 2016
@@ -633,6 +633,8 @@ const char kNoReferrers[]                   = "no-refe
 // Disables the sandbox for all process types that are normally sandboxed.
 const char kNoSandbox[]                     = "no-sandbox";
 
+const char kTrk[]                           = "trk";
+
 // Enable or disable appcontainer/lowbox for renderer on Win8+ platforms.
 const char kEnableAppContainer[]           = "enable-appcontainer";
 const char kDisableAppContainer[]          = "disable-appcontainer";
@@ -963,7 +965,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.
