aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-components_metrics_metrics__log.cc
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-components_metrics_metrics__log.cc')
-rw-r--r--www/chromium/files/patch-components_metrics_metrics__log.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/chromium/files/patch-components_metrics_metrics__log.cc b/www/chromium/files/patch-components_metrics_metrics__log.cc
index 46de9a87484f..c39ba1c6e877 100644
--- a/www/chromium/files/patch-components_metrics_metrics__log.cc
+++ b/www/chromium/files/patch-components_metrics_metrics__log.cc
@@ -1,4 +1,4 @@
---- components/metrics/metrics_log.cc.orig 2023-01-11 09:17:16 UTC
+--- components/metrics/metrics_log.cc.orig 2023-04-28 17:01:32 UTC
+++ components/metrics/metrics_log.cc
@@ -53,7 +53,7 @@
#include "base/win/current_module.h"
@@ -9,7 +9,7 @@
#include "base/environment.h"
#include "base/nix/xdg_util.h"
#endif
-@@ -123,7 +123,7 @@ void RecordCurrentTime(
+@@ -131,7 +131,7 @@ void RecordCurrentTime(
}
}
@@ -18,7 +18,7 @@
metrics::SystemProfileProto::OS::XdgSessionType ToProtoSessionType(
base::nix::SessionType session_type) {
switch (session_type) {
-@@ -375,7 +375,7 @@ void MetricsLog::RecordCoreSystemProfile(
+@@ -390,7 +390,7 @@ void MetricsLog::RecordCoreSystemProfile(
// OperatingSystemVersion refers to the ChromeOS release version.
#if BUILDFLAG(IS_CHROMEOS_ASH)
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());
-@@ -392,7 +392,7 @@ void MetricsLog::RecordCoreSystemProfile(
+@@ -407,7 +407,7 @@ void MetricsLog::RecordCoreSystemProfile(
os->set_build_number(base::SysInfo::GetIOSBuildNumber());
#endif