$OpenBSD: patch-chrome_browser_safe_browsing_permission_reporter_cc,v 1.10 2018/03/12 13:48:34 robert Exp $
Index: chrome/browser/safe_browsing/permission_reporter.cc
--- chrome/browser/safe_browsing/permission_reporter.cc.orig
+++ chrome/browser/safe_browsing/permission_reporter.cc
@@ -222,7 +222,7 @@ bool PermissionReporter::BuildReport(const PermissionR
 #if defined(OS_ANDROID)
   report.set_platform_type(PermissionReport::ANDROID_PLATFORM);
 #elif defined(OS_MACOSX) || defined(OS_WIN) || defined(OS_CHROMEOS) || \
-    defined(OS_LINUX)
+    defined(OS_LINUX) || defined(OS_BSD)
   report.set_platform_type(PermissionReport::DESKTOP_PLATFORM);
 #else
 #error Unsupported platform.
