summaryrefslogtreecommitdiffstats
path: root/components/metrics
diff options
context:
space:
mode:
authorisherman <isherman@chromium.org>2015-08-06 14:10:26 -0700
committerCommit bot <commit-bot@chromium.org>2015-08-06 21:11:16 +0000
commitd9ed90affc6675872728a581b0caa16f4cce7b6a (patch)
tree588c5bd537d8732d3c6138f549441de2655b20cd /components/metrics
parent36cbdc333aadc2539bc20e9c33a79e5a1607dfab (diff)
downloadchromium_src-d9ed90affc6675872728a581b0caa16f4cce7b6a.zip
chromium_src-d9ed90affc6675872728a581b0caa16f4cce7b6a.tar.gz
chromium_src-d9ed90affc6675872728a581b0caa16f4cce7b6a.tar.bz2
[UMA, Cleanup] Remove the UMA.SyntheticTrials.Count histogram.
All synthetic field trials are reviewed by the UMA team anyway, so this histogram doesn't provide much value. BUG=517206 TEST=none R=asvitkine@chromium.org Review URL: https://codereview.chromium.org/1277993002 Cr-Commit-Position: refs/heads/master@{#342196}
Diffstat (limited to 'components/metrics')
-rw-r--r--components/metrics/metrics_service.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/components/metrics/metrics_service.cc b/components/metrics/metrics_service.cc
index d74148f..87b8820 100644
--- a/components/metrics/metrics_service.cc
+++ b/components/metrics/metrics_service.cc
@@ -1101,8 +1101,6 @@ void MetricsService::RecordCurrentEnvironment(MetricsLog* log) {
GetCurrentSyntheticFieldTrials(&synthetic_trials);
log->RecordEnvironment(metrics_providers_.get(), synthetic_trials,
GetInstallDate(), GetMetricsReportingEnabledDate());
- UMA_HISTOGRAM_COUNTS_100("UMA.SyntheticTrials.Count",
- synthetic_trials.size());
}
void MetricsService::RecordCurrentHistograms() {