$OpenBSD: patch-content_public_common_content_switches_cc,v 1.19 2018/08/11 16:22:42 robert Exp $
Index: content/public/common/content_switches.cc
--- content/public/common/content_switches.cc.orig
+++ content/public/common/content_switches.cc
@@ -373,6 +373,8 @@ const char kEnableLowResTiling[] = "enable-low-res-til
 // builds.
 const char kEnableLogging[]                 = "enable-logging";
 
+const char kEnableUnveil[]                  = "enable-unveil";
+
 // Enables the type, downlinkMax attributes of the NetInfo API. Also, enables
 // triggering of change attribute of the NetInfo API when there is a change in
 // the connection type.
@@ -972,7 +974,9 @@ const char kDisableAudioSupportForDesktopShare[] =
 const char kDisablePanelFitting[]           = "disable-panel-fitting";
 #endif
 
-#if defined(OS_LINUX) && !defined(OS_CHROMEOS)
+const char kTrk[]                           = "trk";
+
+#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.
