aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-extensions_shell_browser_api_runtime_shell__runtime__api__delegate.cc
blob: 194f3950299b79c4ba2d53a2526f89a61c6375ae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- extensions/shell/browser/api/runtime/shell_runtime_api_delegate.cc.orig	2019-09-16 09:48:37 UTC
+++ extensions/shell/browser/api/runtime/shell_runtime_api_delegate.cc
@@ -45,7 +45,7 @@ void ShellRuntimeAPIDelegate::OpenURL(const GURL& unin
 bool ShellRuntimeAPIDelegate::GetPlatformInfo(PlatformInfo* info) {
 #if defined(OS_CHROMEOS)
   info->os = api::runtime::PLATFORM_OS_CROS;
-#elif defined(OS_LINUX)
+#elif defined(OS_LINUX) || defined(OS_BSD)
   info->os = api::runtime::PLATFORM_OS_LINUX;
 #endif
   return true;