| Index: components/autofill/core/browser/autofill_metrics.h
|
| diff --git a/components/autofill/core/browser/autofill_metrics.h b/components/autofill/core/browser/autofill_metrics.h
|
| index de9b8ff548078d54772e8327f29823b799651971..d0fcb7cf5e38b201586ca2a72e6b4a68982e1157 100644
|
| --- a/components/autofill/core/browser/autofill_metrics.h
|
| +++ b/components/autofill/core/browser/autofill_metrics.h
|
| @@ -646,6 +646,10 @@ class AutofillMetrics {
|
| // Log how many profiles were removed as part of the deduplication process.
|
| static void LogNumberOfProfilesRemovedDuringDedupe(size_t num_removed);
|
|
|
| + // Log whether the Autofill query on a credit card form is made in a secure
|
| + // context.
|
| + static void LogIsQueriedCreditCardFormSecure(bool is_secure);
|
| +
|
| // Utility to autofill form events in the relevant histograms depending on
|
| // the presence of server and/or local data.
|
| class FormEventLogger {
|
|
|