| Index: components/autofill/core/browser/autofill_driver.h
|
| diff --git a/components/autofill/core/browser/autofill_driver.h b/components/autofill/core/browser/autofill_driver.h
|
| index 8dffb57e5369fb3673e243b100bf8a095344d811..612a07c9a45b9c09c028514b4460416319d3aad9 100644
|
| --- a/components/autofill/core/browser/autofill_driver.h
|
| +++ b/components/autofill/core/browser/autofill_driver.h
|
| @@ -76,6 +76,9 @@ class AutofillDriver {
|
|
|
| // Tells the renderer to clear the currently previewed Autofill results.
|
| virtual void RendererShouldClearPreviewedForm() = 0;
|
| +
|
| + // Tells the renderer to set the node text.
|
| + virtual void RendererShouldSetNodeText(const base::string16& value) = 0;
|
| };
|
|
|
| } // namespace autofill
|
|
|