| 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"/>
|
|
|