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

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

Issue 2809213002: [autofill] Expand Autofill.Quality.* to log false positives/true negatives. (Closed)
Patch Set: fix unsigned to bool type conversion warning 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index c6e14676b489546b86b9e18fea24044487922ee1..ae2146a79ef91e40b7cf2b2d29e111df690ae568 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -83491,6 +83491,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">

Powered by Google App Engine
This is Rietveld 408576698