$OpenBSD: patch-chrome_common_url_constants_cc,v 1.6 2015/07/23 13:44:04 robert Exp $
--- chrome/common/url_constants.cc.orig.port	Wed Jul 15 22:29:59 2015
+++ chrome/common/url_constants.cc	Wed Jul 22 08:37:29 2015
@@ -131,7 +131,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
@@ -312,7 +312,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
 
