| Index: components/metrics/metrics_log.cc
|
| diff --git a/components/metrics/metrics_log.cc b/components/metrics/metrics_log.cc
|
| index 75ed54deb7158ad8d1086149526b9a7385afa703..d435b0ea7814d2fb4c6d25432b6d2dbdf7e69ea3 100644
|
| --- a/components/metrics/metrics_log.cc
|
| +++ b/components/metrics/metrics_log.cc
|
| @@ -351,10 +351,10 @@ void MetricsLog::RecordEnvironment(
|
| hardware->set_dll_base(reinterpret_cast<uint64_t>(CURRENT_MODULE()));
|
| #endif
|
|
|
| + SystemProfileProto::OS* os = system_profile->mutable_os();
|
| #if defined(OVERRIDE_OS_NAME_TO_BLIMP)
|
| os->set_name("Blimp");
|
| #else
|
| - SystemProfileProto::OS* os = system_profile->mutable_os();
|
| std::string os_name = base::SysInfo::OperatingSystemName();
|
| os->set_name(os_name);
|
| #endif
|
|
|