| Index: components/autofill/content/browser/content_autofill_driver.h
|
| diff --git a/components/autofill/content/browser/content_autofill_driver.h b/components/autofill/content/browser/content_autofill_driver.h
|
| index 2a2a9f113f0dbc914339f9eb63f1d29fc5a69b8a..5d8b25b362a2287e9bca636ede85292dc55e96bd 100644
|
| --- a/components/autofill/content/browser/content_autofill_driver.h
|
| +++ b/components/autofill/content/browser/content_autofill_driver.h
|
| @@ -98,6 +98,8 @@ class ContentAutofillDriver : public AutofillDriver,
|
| private:
|
| void ConnectToMojoAutofillAgentIfNeeded();
|
|
|
| + void DidFillAutofillFormData(const FormData& filled, int64_t timestamp);
|
| +
|
| // Weak ref to the RenderFrameHost the driver is associated with. Should
|
| // always be non-NULL and valid for lifetime of |this|.
|
| content::RenderFrameHost* const render_frame_host_;
|
|
|