$OpenBSD: patch-src_3rdparty_chromium_ui_webui_resources_js_cr_js,v 1.2 2021/01/19 06:16:35 rsadowski Exp $

Index: src/3rdparty/chromium/ui/webui/resources/js/cr.js
--- src/3rdparty/chromium/ui/webui/resources/js/cr.js.orig
+++ src/3rdparty/chromium/ui/webui/resources/js/cr.js
@@ -441,6 +441,11 @@ var cr = cr || function(global) {
       return /CrOS/.test(navigator.userAgent);
     },
 
+    /** Whether this is on *BSD. */
+    get isBSD() {
+      return /BSD/.test(navigator.userAgent);
+    },
+
     /** Whether this is on vanilla Linux (not chromeOS). */
     get isLinux() {
       return /Linux/.test(navigator.userAgent);
