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

Unified Diff: tools/metrics/histograms/histograms.xml

Issue 2003563003: [Autofill] Quality metric based on autocomplete attributes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: histograms.xml Created 4 years, 7 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:
Download patch
« no previous file with comments | « components/autofill/core/browser/form_structure_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 4acd26b16aeb6345faf3b7bfe1af20ed8a05888b..a8c1e3759ef732136a89f68a24dc31a96a6fc01f 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -90638,8 +90638,10 @@ To add a new entry, add it with any value and run test to compute valid value.
<affected-histogram name="Extensions.ExternalExtensionEvent"/>
</histogram_suffixes>
-<histogram_suffixes name="FieldPredictionNoSubmission" separator=".">
+<histogram_suffixes name="FieldPredictionSubmissionEvents" separator=".">
<suffix name="NoSubmission" label="No observed submission."/>
+ <suffix name="BasedOnAutocomplete"
+ label="Quality metrics based on autocomplete attributes."/>
<affected-histogram
name="Autofill.NumberOfEditedAutofilledFieldsAtSubmission"/>
<affected-histogram name="Autofill.Quality.HeuristicType"/>
« no previous file with comments | « components/autofill/core/browser/form_structure_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698