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

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

Issue 2789843004: [Payments] Upload card UI now has a CVC prompt (Closed)
Patch Set: Address code review comment 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: 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 15ee9a173c9debb9119f586cc6c5ce5773b62a2e..0c2f5e53fdc6daf2090cc43a8beb8f4d6af7b45e 100644
--- a/components/autofill/core/browser/autofill_metrics.h
+++ b/components/autofill/core/browser/autofill_metrics.h
@@ -82,6 +82,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,
};
« no previous file with comments | « components/autofill/core/browser/autofill_manager_unittest.cc ('k') | components/autofill/core/browser/test_autofill_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698