$OpenBSD: patch-chrome_browser_resources_safe_browsing_gen_file_type_proto_py,v 1.1 2016/10/27 18:30:41 robert Exp $
--- chrome/browser/resources/safe_browsing/gen_file_type_proto.py.orig.port	Thu Sep  1 00:03:28 2016
+++ chrome/browser/resources/safe_browsing/gen_file_type_proto.py	Thu Sep  1 11:12:20 2016
@@ -41,6 +41,7 @@ def PlatformTypes():
     "android": config_pb2.DownloadFileType.PLATFORM_ANDROID,
     "chromeos": config_pb2.DownloadFileType.PLATFORM_CHROME_OS,
     "linux": config_pb2.DownloadFileType.PLATFORM_LINUX,
+    "openbsd": config_pb2.DownloadFileType.PLATFORM_LINUX,
     "mac": config_pb2.DownloadFileType.PLATFORM_MAC,
     "win": config_pb2.DownloadFileType.PLATFORM_WINDOWS,
   }
@@ -192,7 +193,7 @@ def main():
                     'Outfile must have a %d for version and %s for platform.')
   parser.add_option('-t', '--type',
                     help='The platform type. One of android, chromeos, ' +
-                    'linux, mac, win')
+                    'linux, mac, win, openbsd')
   parser.add_option('-i', '--infile',
                     help='The ASCII DownloadFileType-proto file to read.')
   parser.add_option('-d', '--outdir',
