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

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

Issue 2789843004: [Payments] Upload card UI now has a CVC prompt (Closed)
Patch Set: Addressing code review comments 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..13476e0a6ec3ae2dada9422b1de1fba0b6dd76f4 100644
--- a/components/autofill/core/browser/autofill_metrics.h
+++ b/components/autofill/core/browser/autofill_metrics.h
@@ -80,6 +80,9 @@ class AutofillMetrics {
// were otherwise valid nor whether we would have been able to get upload
// details.
UPLOAD_NOT_OFFERED_CONFLICTING_NAMES,
+ // No CVC was detected, but valid addresses and names were. Upload is still
+ // possible if the user manually enters CVC, so upload was offered.
+ UPLOAD_OFFERED_NO_CVC,
NUM_CARD_UPLOAD_DECISION_METRICS,
};

Powered by Google App Engine
This is Rietveld 408576698