| 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 9df3649b85ccba7ee6f4a4edb4da724f958d0440..aba3274cf6bf81202622aa2ffa81477b188df768 100644
|
| --- a/components/autofill/content/browser/autofill_driver_impl.h
|
| +++ b/components/autofill/content/browser/autofill_driver_impl.h
|
| @@ -56,6 +56,7 @@ class AutofillDriverImpl : public AutofillDriver,
|
| const base::string16& value) OVERRIDE;
|
| virtual void RendererShouldClearFilledForm() OVERRIDE;
|
| virtual void RendererShouldClearPreviewedForm() OVERRIDE;
|
| + virtual void RendererShouldSetNodeText(const base::string16& value) OVERRIDE;
|
|
|
| AutofillExternalDelegate* autofill_external_delegate() {
|
| return &autofill_external_delegate_;
|
|
|