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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1010263002: [Autofill] Add FormEvent logging for "will submit form". (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: split Created 5 years, 9 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/autofill_metrics_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 bc7a43e7e94c75b84eaca3097f58a92f08b2a715..a8ec5fca5e666b3266049a1b520c8ca23a2ed6de 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -44979,6 +44979,15 @@ Therefore, the affected-histogram name has to have at least one dot in it.
label="Submitted with masked server card suggestion filled (once)"/>
<int value="13" label="Masked server card suggestion selected"/>
<int value="14" label="Masked server card suggestion selected (once)"/>
+ <int value="15"
+ label="About to be submitted with no suggestion filled (once)"/>
+ <int value="16"
+ label="About to be submitted with local suggestion filled (once)"/>
+ <int value="17"
+ label="About to be submitted with server suggestion filled (once)"/>
+ <int value="18"
+ label="About to be submitted with masked server card suggestion filled
+ (once)"/>
</enum>
<enum name="AutofillGetRealPanResult" type="int">
« no previous file with comments | « components/autofill/core/browser/autofill_metrics_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698