| 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 cb35d811d533fa362c108a52dccfca01ce96049d..054fefd2d244cb91b0fe1c54b4cc6dd1be40dd5b 100644
|
| --- a/components/autofill/content/browser/content_autofill_driver.h
|
| +++ b/components/autofill/content/browser/content_autofill_driver.h
|
| @@ -17,6 +17,7 @@
|
| namespace content {
|
| class BrowserContext;
|
| class RenderFrameHost;
|
| +class WebContents;
|
| struct FrameNavigateParams;
|
| struct LoadCommittedDetails;
|
| }
|
| @@ -61,6 +62,7 @@ class ContentAutofillDriver : public AutofillDriver {
|
| void RendererShouldFillFieldWithValue(const base::string16& value) override;
|
| void RendererShouldPreviewFieldWithValue(
|
| const base::string16& value) override;
|
| + void LinkClicked(const GURL& url, WindowOpenDisposition disposition) override;
|
|
|
| // Handles a message that came from the associated render frame.
|
| bool HandleMessage(const IPC::Message& message);
|
|
|