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

Unified Diff: tools/metrics/histograms/histograms.xml

Side-by-side diff isn't available for this file because of its large size.
Issue 2026353002: [Autofill] Credit Card Assist Infobar (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cleaning Created 4 years, 4 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:
Download patch
« no previous file with comments | « ios/chrome/browser/ui/autofill/autofill_client_ios.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 04a350f23fd97d401eff78c1410af737c6bdc9fd..d1bcc062113ce30b254fa6a217c2553b36add743 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -2755,6 +2755,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>
@@ -80690,6 +80699,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">
« no previous file with comments | « ios/chrome/browser/ui/autofill/autofill_client_ios.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698