Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(55)

Unified Diff: components/metrics/metrics_log.cc

Issue 2626423004: Remove all //blimp code. (Closed)
Patch Set: One last(?) `git merge` for good measure. Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/metrics/BUILD.gn ('k') | tools/android/checkstyle/suppressions.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/metrics/metrics_log.cc
diff --git a/components/metrics/metrics_log.cc b/components/metrics/metrics_log.cc
index 4106601817df16b772ec1f113d05a0816f62cb5c..56701d561ab65f1cdadd108a841a342c28f4b963 100644
--- a/components/metrics/metrics_log.cc
+++ b/components/metrics/metrics_log.cc
@@ -390,12 +390,8 @@ std::string MetricsLog::RecordEnvironment(
#endif
SystemProfileProto::OS* os = system_profile->mutable_os();
-#if defined(OVERRIDE_OS_NAME_TO_BLIMP)
- os->set_name("Blimp");
-#else
std::string os_name = base::SysInfo::OperatingSystemName();
os->set_name(os_name);
-#endif
os->set_version(base::SysInfo::OperatingSystemVersion());
#if defined(OS_ANDROID)
« no previous file with comments | « components/metrics/BUILD.gn ('k') | tools/android/checkstyle/suppressions.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698