| 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 41b6077816c824c3ac68c66441c4ec8e513429d4..431e2a472af4b676184fb4b3ea48d3dc4b6a52c8 100644
|
| --- a/components/autofill/core/browser/autofill_metrics.h
|
| +++ b/components/autofill/core/browser/autofill_metrics.h
|
| @@ -389,6 +389,9 @@ class AutofillMetrics {
|
| virtual void LogWalletRequiredActionMetric(
|
| WalletRequiredActionMetric required_action) const;
|
|
|
| + // Logs HTTP response codes recieved by wallet client.
|
| + virtual void LogWalletResponseCode(int response_code) const;
|
| +
|
| // This should be called when a form that has been Autofilled is submitted.
|
| // |duration| should be the time elapsed between form load and submission.
|
| virtual void LogFormFillDurationFromLoadWithAutofill(
|
|
|