Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index 1fc712068a1667c17ac96b19d86f566c563fcfaa..6018209cfa77f518409248ee417b4e5460096c73 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -2727,6 +2727,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
<summary>The Autofill credit card info bar was denied.</summary> |
</histogram> |
+<histogram name="Autofill.CreditCardFillingInfoBar" |
+ enum="AutofillCreditCardInfoBar"> |
+ <owner>mathp@chromium.org</owner> |
+ <summary> |
+ The relative frequency with which users accept, deny, or ignore the Autofill |
+ credit card assisted filling infobar prompt. |
+ </summary> |
+</histogram> |
+ |
<histogram name="Autofill.CreditCardInfoBar" enum="AutofillCreditCardInfoBar"> |
<owner>isherman@chromium.org</owner> |
<summary> |
@@ -80520,6 +80529,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
<int value="62" label="WINDOWS_DESKTOP_SEARCH_INFOBAR_DELEGATE"/> |
<int value="63" label="UPDATE_PASSWORD_INFOBAR_DELEGATE"/> |
<int value="64" label="DATA_REDUCTION_PROMO_INFOBAR_DELEGATE_ANDROID"/> |
+ <int value="65" label="AUTOFILL_CC_ASSIST_INFOBAR_DELEGATE"/> |
</enum> |
<enum name="InfoBarResponse" type="int"> |