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

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

Issue 2839063004: [Autofill] UKM for suggestions polled field. (Closed)
Patch Set: 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:
View side-by-side diff with in-line comments
Download patch
Index: tools/metrics/ukm/ukm.xml
diff --git a/tools/metrics/ukm/ukm.xml b/tools/metrics/ukm/ukm.xml
index 541f1f6bc6ea3b5166ec6120c58496b55577d051..fc6404538d8093af536619d2224484d8729d2e10 100644
--- a/tools/metrics/ukm/ukm.xml
+++ b/tools/metrics/ukm/ukm.xml
@@ -70,6 +70,35 @@ along with a detailed description for each metric.
</metric>
</event>
+<event name="Autofill.PollSuggestions">
+ <owner>jiahuiguo@google.com</owner>
+ <summary>
+ Recorded with field type the suggestions are polled from.
Jared Saul 2017/04/26 22:50:08 s/Recorded/Records
Jared Saul 2017/04/26 22:50:08 s/with/which ?
jiahuiguo 2017/05/24 18:00:00 Done.
jiahuiguo 2017/05/24 18:00:00 Done.
+ </summary>
+ <metric name="HeuristicType">
+ <summary>
+ Field's |ServerFieldType| based on heuristics. See
+ |AutofillField.heuristic_type()|.
+ </summary>
+ </metric>
+ <metric name="HtmlFieldType">
+ <summary>
+ Field's autocomplete field type hint. See |AutofillField.html_type()|.
+ </summary>
+ </metric>
+ <metric name="MillisecondsSinceFormLoaded">
+ <summary>
+ Time since form parse.
+ </summary>
+ </metric>
+ <metric name="ServerType">
+ <summary>
+ Field's |ServerFieldType| returned by server. See
+ |AutofillField.server_type()|.
+ </summary>
+ </metric>
+</event>
+
<event name="Autofill.SuggestionsShown">
<owner>csashi@google.com</owner>
<metric name="MillisecondsSinceFormLoaded">

Powered by Google App Engine
This is Rietveld 408576698