$OpenBSD: patch-ui_webui_resources_js_cr_js,v 1.2 2015/09/05 16:06:50 robert Exp $
--- ui/webui/resources/js/cr.js.orig.port	Wed Sep  2 20:17:29 2015
+++ ui/webui/resources/js/cr.js	Wed Sep  2 20:17:52 2015
@@ -427,6 +427,11 @@ var cr = function() {
       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);
