| 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 da931e5a925e60271ed55c72cc11b73661f46613..02961981ba7e3c1ef09bd06b283ab2173dfd87d4 100644
|
| --- a/components/autofill/content/browser/autofill_driver_impl.h
|
| +++ b/components/autofill/content/browser/autofill_driver_impl.h
|
| @@ -49,6 +49,8 @@ class AutofillDriverImpl : public AutofillDriver,
|
| virtual bool RendererIsAvailable() OVERRIDE;
|
| virtual void SendFormDataToRenderer(int query_id,
|
| const FormData& data) OVERRIDE;
|
| + virtual void SendAutofillTypePredictionsToRenderer(
|
| + const std::vector<FormStructure*>& forms) OVERRIDE;
|
|
|
| AutofillExternalDelegate* autofill_external_delegate() {
|
| return autofill_external_delegate_.get();
|
|
|