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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2434543003: [Autofill] Separate Autofill.CreditCardInfoBar into .Local and .Server (Closed)
Patch Set: Add base=true value to histogram Created 4 years, 2 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 | « components/autofill/core/browser/autofill_save_card_infobar_delegate_mobile.cc ('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 eb8586f019806d160e79741f655792c4a79422c8..af15da333726a999d06bcccca0c5dc07713fc157 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -3012,7 +3012,8 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
-<histogram name="Autofill.CreditCardInfoBar" enum="AutofillCreditCardInfoBar">
+<histogram base="true" name="Autofill.CreditCardInfoBar"
+ enum="AutofillCreditCardInfoBar">
<owner>isherman@chromium.org</owner>
<summary>
The relative frequency with which users accept, deny, or ignore the Autofill
@@ -103726,6 +103727,12 @@ value.
<affected-histogram name="Media.Audio.Render.BrowserCallbackRegularity"/>
</histogram_suffixes>
+<histogram_suffixes name="AutofillCreditCardInfoBarSaveType" separator=".">
+ <suffix name="Local" label="Local credit card save"/>
+ <suffix name="Server" label="Server/upload credit card save"/>
+ <affected-histogram name="Autofill.CreditCardInfoBar"/>
+</histogram_suffixes>
+
<histogram_suffixes name="AutofillDataAvailability" separator=".">
<suffix name="WithNoData" label="no autofill data"/>
<suffix name="WithOnlyServerData" label="only server autofill data"/>
« no previous file with comments | « components/autofill/core/browser/autofill_save_card_infobar_delegate_mobile.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698