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

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

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.cc
diff --git a/components/autofill/core/browser/autofill_metrics.cc b/components/autofill/core/browser/autofill_metrics.cc
index 239334c5e660612da4f9da3d85384c3f663ff38e..05d9a8063f4bea175eee76273b48e3bbd438812d 100644
--- a/components/autofill/core/browser/autofill_metrics.cc
+++ b/components/autofill/core/browser/autofill_metrics.cc
@@ -697,6 +697,11 @@ void AutofillMetrics::LogShowedHttpNotSecureExplanation() {
}
// static
+void AutofillMetrics::LogExplicitUpiVpaHint() {
+ UMA_HISTOGRAM_BOOLEAN("Autofill.ExplicitUpiVpaHint", true);
Mathieu 2017/03/23 11:26:22 We could use something like Autofill.DeveloperEnga
Roger McFarlane (Chromium) 2017/03/28 19:08:23 Added as an Autofill.DeveloperEngagement histogram
+}
+
+// static
void AutofillMetrics::LogCardUploadDecisionUkm(
ukm::UkmService* ukm_service,
const GURL& url,

Powered by Google App Engine
This is Rietveld 408576698