From 87570501181b3b13fc4315c05cb7b1e95c5463c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20K=C3=B6rber?= Date: Thu, 25 Feb 2021 20:22:34 +0000 Subject: [PATCH] [Autocomplete] Enable Autocomplete.Event collection MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This histogram is enabled again to allow measuring the impact of coming Autocomplete changes. Bug: 1181759 Change-Id: I1c17c3676f22779a936de43d7d1fba7648530d1c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2718109 Auto-Submit: Matthias Körber Commit-Queue: Matthias Körber Reviewed-by: Mark Pearson Cr-Commit-Position: refs/heads/master@{#857795} --- .../metrics/histograms/histograms_xml/others/histograms.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tools/metrics/histograms/histograms_xml/others/histograms.xml b/tools/metrics/histograms/histograms_xml/others/histograms.xml index 23d83c0a68a85f..ebd9c2bdb9d22b 100644 --- a/tools/metrics/histograms/histograms_xml/others/histograms.xml +++ b/tools/metrics/histograms/histograms_xml/others/histograms.xml @@ -1028,11 +1028,14 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. + expires_after="M95"> seblalancette@chromium.org Autocomplete events recorded when the user interacts with suggestions served from Autocomplete. + + Note that this histogram was disabled after M85 and was only reenabled on + 25.02.2021.