$OpenBSD: patch-chrome_common_url_constants_h,v 1.19 2017/03/14 12:18:54 robert Exp $
--- chrome/common/url_constants.h.orig.port	Thu Mar  9 21:04:29 2017
+++ chrome/common/url_constants.h	Fri Mar 10 07:46:20 2017
@@ -128,7 +128,7 @@ extern const char kChromeUIMdCupsSettingsURL[];
 extern const char kChromeUIMetroFlowURL[];
 #endif
 
-#if (defined(OS_LINUX) && defined(TOOLKIT_VIEWS)) || defined(USE_AURA)
+#if ((defined(OS_BSD) || defined(OS_LINUX)) && defined(TOOLKIT_VIEWS)) || defined(USE_AURA)
 extern const char kChromeUITabModalConfirmDialogURL[];
 #endif
 
@@ -313,7 +313,7 @@ extern const char kChromeOSAssetPath[];
 extern const char kChromeUIMetroFlowHost[];
 #endif
 
-#if (defined(OS_LINUX) && defined(TOOLKIT_VIEWS)) || defined(USE_AURA)
+#if ((defined(OS_BSD) || defined(OS_LINUX)) && defined(TOOLKIT_VIEWS)) || defined(USE_AURA)
 extern const char kChromeUITabModalConfirmDialogHost[];
 #endif
 
