Chromium Code Reviews| 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 e7db6a90426133d13e4c5d4811aeb8f9c48e31cf..1ba67bbf6c6f53edbfb5751e6e6168e87f959704 100644 |
| --- a/components/autofill/core/browser/autofill_metrics.h |
| +++ b/components/autofill/core/browser/autofill_metrics.h |
| @@ -707,6 +707,8 @@ class AutofillMetrics { |
| void OnFormSubmitted(); |
| + void OnDidPollSuggestions(); |
|
Mathieu
2016/04/12 14:44:32
nit: I would move this after OnDidInteract to resp
sebsg
2016/04/12 15:07:47
Done.
|
| + |
| private: |
| void Log(FormEvent event) const; |