| Index: components/autofill/content/browser/autofill_driver_impl.h
|
| diff --git a/components/autofill/content/browser/autofill_driver_impl.h b/components/autofill/content/browser/autofill_driver_impl.h
|
| index c8c852b0fde62f200576318297caf4d1e97360c2..0eed85fb8091509d873d6bdd56e768924e452327 100644
|
| --- a/components/autofill/content/browser/autofill_driver_impl.h
|
| +++ b/components/autofill/content/browser/autofill_driver_impl.h
|
| @@ -43,6 +43,9 @@ class AutofillDriverImpl : public AutofillDriver,
|
|
|
| // AutofillDriver:
|
| virtual content::WebContents* GetWebContents() OVERRIDE;
|
| + virtual bool RendererIsAvailable() OVERRIDE;
|
| + virtual void SendFormDataToRenderer(int query_id,
|
| + const FormData& data) OVERRIDE;
|
|
|
| AutofillExternalDelegate* autofill_external_delegate() {
|
| return autofill_external_delegate_.get();
|
|
|