| 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..0cb6b83a977a9a9300d325987fbf96a1874e6e50 100644
|
| --- a/components/autofill/content/browser/autofill_driver_impl.h
|
| +++ b/components/autofill/content/browser/autofill_driver_impl.h
|
| @@ -43,6 +43,8 @@ class AutofillDriverImpl : public AutofillDriver,
|
|
|
| // AutofillDriver:
|
| virtual content::WebContents* GetWebContents() OVERRIDE;
|
| + virtual bool CanSendToRenderer() OVERRIDE;
|
| + virtual void SendFormDataToRenderer(int query_id, FormData data) OVERRIDE;
|
|
|
| AutofillExternalDelegate* autofill_external_delegate() {
|
| return autofill_external_delegate_.get();
|
|
|