Index: tools/metrics/rappor/rappor.xml |
diff --git a/tools/metrics/rappor/rappor.xml b/tools/metrics/rappor/rappor.xml |
index 32cdf0110628a14a6bd2d9b3882ea2c97907177e..e0f7f0de1f8d6632b0cef2ce171f8463fc7c618a 100644 |
--- a/tools/metrics/rappor/rappor.xml |
+++ b/tools/metrics/rappor/rappor.xml |
@@ -183,6 +183,40 @@ components/rappor/rappor_parameters.h. |
</summary> |
</rappor-metric> |
+<rappor-metric name="Autofill.CardUploadNotOfferedConflictingNames" |
+ type="ETLD_PLUS_ONE"> |
+ <owner>mathp@chromium.org</owner> |
+ <summary> |
+ The eTLD+1 of a URL for which there was an attempted upload of a credit card |
+ but for which we found conflicting names between the address and the card. |
+ </summary> |
+</rappor-metric> |
+ |
+<rappor-metric name="Autofill.CardUploadNotOfferedNoAddress" |
+ type="ETLD_PLUS_ONE"> |
+ <owner>mathp@chromium.org</owner> |
+ <summary> |
+ The eTLD+1 of a URL for which there was an attempted upload of a credit card |
+ but for which we couldn't find a recently used address to associate with it. |
+ </summary> |
+</rappor-metric> |
+ |
+<rappor-metric name="Autofill.CardUploadNotOfferedNoCvc" type="ETLD_PLUS_ONE"> |
+ <owner>mathp@chromium.org</owner> |
+ <summary> |
+ The eTLD+1 of a URL for which there was an attempted upload of a credit card |
+ but the form data didn't contain the card CVC. |
+ </summary> |
+</rappor-metric> |
+ |
+<rappor-metric name="Autofill.CardUploadNotOfferedNoName" type="ETLD_PLUS_ONE"> |
+ <owner>mathp@chromium.org</owner> |
+ <summary> |
+ The eTLD+1 of a URL for which there was an attempted upload of a credit card |
+ but for which we found no name associated with the address or the card. |
+ </summary> |
+</rappor-metric> |
+ |
<rappor-metric name="Autofill.HighNumberOfHeuristicMismatches" |
type="ETLD_PLUS_ONE"> |
<owner>mathp@chromium.org</owner> |