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

Unified Diff: components/autofill/core/browser/autofill_metrics.h

Issue 2773433002: Log observations of explicit UPI-VPA autocomplete hints. (Closed)
Patch Set: Initial CL Created 3 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:
View side-by-side diff with in-line comments
Download patch
Index: components/autofill/core/browser/autofill_metrics.h
diff --git a/components/autofill/core/browser/autofill_metrics.h b/components/autofill/core/browser/autofill_metrics.h
index d0aba8221f6a042da66e97546fa6324a761df639..01a7eb6382e1652a931c746e7d4b958d3b06dba3 100644
--- a/components/autofill/core/browser/autofill_metrics.h
+++ b/components/autofill/core/browser/autofill_metrics.h
@@ -690,6 +690,10 @@ class AutofillMetrics {
// suggestion to show an explanation of the warning.
static void LogShowedHttpNotSecureExplanation();
+ // Logs the observation of an explicit autocomplete="upi-vpa" form field
+ // type hint.
+ static void LogExplicitUpiVpaHint();
+
// Logs the card upload decision ukm based on the specified |url| and
// |upload_decision|.
static void LogCardUploadDecisionUkm(

Powered by Google App Engine
This is Rietveld 408576698