aboutsummaryrefslogtreecommitdiff
path: root/devel/electron12/files/patch-chrome_browser_plugins_plugin__info__host__impl.cc
blob: ce6a49c7c9a0996af69a27ec7b9ec3714407d941 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/browser/plugins/plugin_info_host_impl.cc.orig	2021-04-14 01:08:40 UTC
+++ chrome/browser/plugins/plugin_info_host_impl.cc
@@ -379,7 +379,7 @@ void PluginInfoHostImpl::ComponentPluginLookupDone(
     std::unique_ptr<component_updater::ComponentInfo> cus_plugin_info) {
   if (cus_plugin_info) {
     output->status = chrome::mojom::PluginStatus::kComponentUpdateRequired;
-#if defined(OS_LINUX) || defined(OS_CHROMEOS)
+#if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_BSD)
     if (cus_plugin_info->version != base::Version("0")) {
       output->status = chrome::mojom::PluginStatus::kRestartRequired;
     }