From f470b886de1fced2926125a3c0101e3757eb4ff7 Mon Sep 17 00:00:00 2001 From: Robert Nagy Date: Wed, 29 Oct 2025 10:08:34 +0100 Subject: www/iridium: update to 2025.10.141.2 --- www/iridium/files/patch-components_metrics_metrics__log.cc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'www/iridium/files/patch-components_metrics_metrics__log.cc') diff --git a/www/iridium/files/patch-components_metrics_metrics__log.cc b/www/iridium/files/patch-components_metrics_metrics__log.cc index 5910ba2ed420..d621c1539fa8 100644 --- a/www/iridium/files/patch-components_metrics_metrics__log.cc +++ b/www/iridium/files/patch-components_metrics_metrics__log.cc @@ -1,6 +1,6 @@ ---- components/metrics/metrics_log.cc.orig 2025-09-11 13:19:19 UTC +--- components/metrics/metrics_log.cc.orig 2025-10-28 14:29:43 UTC +++ components/metrics/metrics_log.cc -@@ -58,7 +58,7 @@ +@@ -59,7 +59,7 @@ #include "base/win/current_module.h" #endif @@ -9,7 +9,7 @@ #include "base/environment.h" #include "base/nix/xdg_util.h" #endif -@@ -154,7 +154,7 @@ void RecordCurrentTime( +@@ -155,7 +155,7 @@ void RecordCurrentTime( } } @@ -18,7 +18,7 @@ metrics::SystemProfileProto::OS::XdgSessionType ToProtoSessionType( base::nix::SessionType session_type) { switch (session_type) { -@@ -439,7 +439,7 @@ void MetricsLog::RecordCoreSystemProfile( +@@ -447,7 +447,7 @@ void MetricsLog::RecordCoreSystemProfile( // OperatingSystemVersion refers to the ChromeOS release version. #if BUILDFLAG(IS_CHROMEOS) os->set_kernel_version(base::SysInfo::KernelVersion()); @@ -27,7 +27,7 @@ // Linux operating system version is copied over into kernel version to be // consistent. os->set_kernel_version(base::SysInfo::OperatingSystemVersion()); -@@ -456,7 +456,7 @@ void MetricsLog::RecordCoreSystemProfile( +@@ -464,7 +464,7 @@ void MetricsLog::RecordCoreSystemProfile( os->set_build_number(base::SysInfo::GetIOSBuildNumber()); #endif -- cgit v1.2.3