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

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

Issue 2809213002: [autofill] Expand Autofill.Quality.* to log false positives/true negatives. (Closed)
Patch Set: fix nits Created 3 years, 8 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.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 c867b90c99b1397d92be28ec3d1e64489fa3d7b9..b1b64674bbd4a075605d0852aa4b2bae64e329ad 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -83523,6 +83523,10 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="0" label="Unknown"/>
<int value="1" label="Match"/>
<int value="2" label="Mismatch"/>
+ <int value="3" label="Match - Empty Data"/>
+ <int value="4" label="Match - Unknown Data"/>
+ <int value="5" label="Mismatch - Empty Data"/>
+ <int value="6" label="Mismatch - Unknown Data"/>
</enum>
<enum name="AutofillTypeQualityByFieldType" type="int">
« no previous file with comments | « components/autofill/core/browser/form_structure.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698