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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2839683002: Logs different SaveCardPrompt histogram names depending on if user (Closed)
Patch Set: Adds DCHECK for previous save card prompt user decision. Created 3 years, 7 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 1c64fa2bdb23318b75714fd9f050666c9530ab3f..8e014aba1c53526d16b6b7488c9b07883c709ca1 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -119189,6 +119189,20 @@ from previous Chrome versions.
<affected-histogram name="Autofill.SaveCreditCardPrompt"/>
</histogram_suffixes>
+<histogram_suffixes name="AutofillSaveCreditCardPromptPreviousUserDecision"
+ separator=".">
+ <suffix name="PreviouslyAccepted"
+ label="User had previously accepted save credit card prompt"/>
+ <suffix name="PreviouslyDenied"
+ label="User had previously denied save credit card prompt"/>
+ <affected-histogram name="Autofill.CreditCardInfoBar.Local"/>
+ <affected-histogram name="Autofill.CreditCardInfoBar.Server"/>
+ <affected-histogram name="Autofill.SaveCreditCardPrompt.Local.FirstShow"/>
+ <affected-histogram name="Autofill.SaveCreditCardPrompt.Local.Reshows"/>
+ <affected-histogram name="Autofill.SaveCreditCardPrompt.Upload.FirstShow"/>
+ <affected-histogram name="Autofill.SaveCreditCardPrompt.Upload.Reshows"/>
+</histogram_suffixes>
+
<histogram_suffixes name="AutofillSaveCreditCardPromptShow" separator=".">
<suffix name="FirstShow"
label="first time prompt is shown for a single credit card submit"/>
« 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