Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correcting HasEverPlayed metric entry (#3171)
Cobalt.Media.HasEverPlayed was correctly being logged as base::UmaHistogramBoolean() however, it was incorrectly using an enum for PipelineStatus. This CL adds a new enum BooleanHasPlayed and sets Cobalt.Media.HasEverPlayed to use it. ( I used a new enum rather than just the Boolean enum to follow Chromium's example: https://source.chromium.org/chromium/chromium/src/+/main:tools/metrics/histograms/metadata/media/histograms.xml;l=3891) b/337308115
- Loading branch information