Chromium Code Reviews| 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..063df7e5dd87b74a03fe7e32422b76e6445c9c2f 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 complete entry. |
|
blundell
2013/11/13 11:55:45
I would say "Tells the renderer to set the node te
jif-google
2013/11/13 14:20:25
I agree.
|
| + virtual void RendererShouldSetNodeText(const base::string16& value) = 0; |
| }; |
| } // namespace autofill |