| Index: components/autofill/core/browser/autofill_metrics.cc
|
| diff --git a/components/autofill/core/browser/autofill_metrics.cc b/components/autofill/core/browser/autofill_metrics.cc
|
| index e5a62fe85e27c0909d5c09d61915af6e813acad2..9947311877974f8eb7ed9a1b02deacce1a9ccc7a 100644
|
| --- a/components/autofill/core/browser/autofill_metrics.cc
|
| +++ b/components/autofill/core/browser/autofill_metrics.cc
|
| @@ -664,6 +664,11 @@ void AutofillMetrics::LogPayloadCompressionRatio(
|
| }
|
| }
|
|
|
| +// static
|
| +void AutofillMetrics::LogIcuCollatorCreationSuccess(bool success) {
|
| + UMA_HISTOGRAM_BOOLEAN("Autofill.IcuCollatorCreationSuccess", success);
|
| +}
|
| +
|
| AutofillMetrics::FormEventLogger::FormEventLogger(bool is_for_credit_card)
|
| : is_for_credit_card_(is_for_credit_card),
|
| is_server_data_available_(false),
|
|
|