$OpenBSD: patch-chrome_browser_safe_browsing_permission_reporter_cc,v 1.4 2017/10/28 07:36:00 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
@@ -235,7 +235,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.
