diff options
Diffstat (limited to 'www/iridium/files/patch-components_metrics_metrics__log.cc')
-rw-r--r-- | www/iridium/files/patch-components_metrics_metrics__log.cc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/iridium/files/patch-components_metrics_metrics__log.cc b/www/iridium/files/patch-components_metrics_metrics__log.cc index 5fc68336002c..5910ba2ed420 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-05-07 06:48:23 UTC +--- components/metrics/metrics_log.cc.orig 2025-09-11 13:19:19 UTC +++ components/metrics/metrics_log.cc -@@ -62,7 +62,7 @@ +@@ -58,7 +58,7 @@ #include "base/win/current_module.h" #endif @@ -9,7 +9,7 @@ #include "base/environment.h" #include "base/nix/xdg_util.h" #endif -@@ -158,7 +158,7 @@ void RecordCurrentTime( +@@ -154,7 +154,7 @@ void RecordCurrentTime( } } @@ -18,7 +18,7 @@ metrics::SystemProfileProto::OS::XdgSessionType ToProtoSessionType( base::nix::SessionType session_type) { switch (session_type) { -@@ -441,7 +441,7 @@ void MetricsLog::RecordCoreSystemProfile( +@@ -439,7 +439,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()); -@@ -458,7 +458,7 @@ void MetricsLog::RecordCoreSystemProfile( +@@ -456,7 +456,7 @@ void MetricsLog::RecordCoreSystemProfile( os->set_build_number(base::SysInfo::GetIOSBuildNumber()); #endif |