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

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

Issue 2839063004: [Autofill] UKM for suggestions polled field. (Closed)
Patch Set: Address comments. 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..ad7a01029812a54dbf30d257fcf9164b6a3d2eff 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>
+ Records which field type the suggestions are polled from.
+ </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