aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_browser_performance__monitor_process__monitor.h
diff options
context:
space:
mode:
authorMatthias Wolf <matthias@rheinwolf.de>2021-06-17 09:22:35 +0000
committerRene Ladan <rene@FreeBSD.org>2021-06-17 09:32:02 +0000
commit9c8545d7801e5a5b68dd4c68d5f0dcb7109015d0 (patch)
treebd5ba927b4a7b2e0fc9aeef18b17d738079b2edd /www/chromium/files/patch-chrome_browser_performance__monitor_process__monitor.h
parentccd805d32e3522eee71501f122f41f59f99fd1b5 (diff)
downloadports-9c8545d7801e5a5b68dd4c68d5f0dcb7109015d0.tar.gz
ports-9c8545d7801e5a5b68dd4c68d5f0dcb7109015d0.zip
www/chromium: update to 91.0.4472.101
Security: https://vuxml.freebsd.org/freebsd/20b3ab21-c9df-11eb-8558-3065ec8fd3ec.html (cherry picked from commit 06317815238060a3a7f5911f18a3dd7c95779c83)
Diffstat (limited to 'www/chromium/files/patch-chrome_browser_performance__monitor_process__monitor.h')
-rw-r--r--www/chromium/files/patch-chrome_browser_performance__monitor_process__monitor.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/chromium/files/patch-chrome_browser_performance__monitor_process__monitor.h b/www/chromium/files/patch-chrome_browser_performance__monitor_process__monitor.h
index c4ab8f7e27c7..c95b87393778 100644
--- a/www/chromium/files/patch-chrome_browser_performance__monitor_process__monitor.h
+++ b/www/chromium/files/patch-chrome_browser_performance__monitor_process__monitor.h
@@ -1,8 +1,8 @@
---- chrome/browser/performance_monitor/process_monitor.h.orig 2021-04-22 07:56:51 UTC
+--- chrome/browser/performance_monitor/process_monitor.h.orig 2021-05-12 22:05:44 UTC
+++ chrome/browser/performance_monitor/process_monitor.h
-@@ -51,7 +51,7 @@ class ProcessMonitor {
- uint64_t disk_usage = 0;
- #endif
+@@ -44,7 +44,7 @@ class ProcessMonitor {
+ // can exceed 100% in multi-thread processes running on multi-core systems.
+ double cpu_usage = 0.0;
-#if defined(OS_MAC) || defined(OS_LINUX) || defined(OS_CHROMEOS) || \
+#if defined(OS_MAC) || defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_BSD) || \