| Index: trunk/src/components/autofill/core/browser/autofill_metrics.h
|
| ===================================================================
|
| --- trunk/src/components/autofill/core/browser/autofill_metrics.h (revision 221717)
|
| +++ trunk/src/components/autofill/core/browser/autofill_metrics.h (working copy)
|
| @@ -389,9 +389,6 @@
|
| 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(
|
|
|