$OpenBSD: patch-chrome_common_url_constants_cc,v 1.10 2016/01/23 18:49:31 robert Exp $
--- chrome/common/url_constants.cc.orig.port	Wed Jan 20 21:01:20 2016
+++ chrome/common/url_constants.cc	Fri Jan 22 19:58:58 2016
@@ -130,7 +130,7 @@ const char kChromeUIGestureConfigURL[] = "chrome://ges
 const char kChromeUIGestureConfigHost[] = "gesture";
 #endif
 
-#if (defined(OS_LINUX) && defined(TOOLKIT_VIEWS)) || defined(USE_AURA)
+#if ((defined(OS_BSD) || defined(OS_LINUX)) && defined(TOOLKIT_VIEWS)) || defined(USE_AURA)
 const char kChromeUITabModalConfirmDialogURL[] =
     "chrome://tab-modal-confirm-dialog/";
 #endif
@@ -317,7 +317,7 @@ const char kChromeOSAssetPath[] = "/usr/share/chromeos
 const char kChromeUIMetroFlowHost[] = "make-metro";
 #endif
 
-#if (defined(OS_LINUX) && defined(TOOLKIT_VIEWS)) || defined(USE_AURA)
+#if ((defined(OS_BSD) || defined(OS_LINUX)) && defined(TOOLKIT_VIEWS)) || defined(USE_AURA)
 const char kChromeUITabModalConfirmDialogHost[] = "tab-modal-confirm-dialog";
 #endif
 
