| Index: chrome/renderer/autofill/autofill_agent.h
|
| diff --git a/chrome/renderer/autofill/autofill_agent.h b/chrome/renderer/autofill/autofill_agent.h
|
| index 85ea7e64dc98853d67c6c9ee09c4549194d63cd1..04c46977d5ec77ce3ee602a8ac3df59e930aeaee 100644
|
| --- a/chrome/renderer/autofill/autofill_agent.h
|
| +++ b/chrome/renderer/autofill/autofill_agent.h
|
| @@ -105,6 +105,11 @@ class AutofillAgent : public content::RenderViewObserver,
|
|
|
| // For external Autofill selection.
|
| void OnSelectAutofillSuggestionAtIndex(int listIndex);
|
| + void OnSetAutofillActionFill();
|
| + void OnClearForm();
|
| + void OnSetAutofillActionPreview();
|
| + void OnClearPreviewedForm();
|
| + void OnSetNodeText(string16 value);
|
|
|
| // Called in a posted task by textFieldDidChange() to work-around a WebKit bug
|
| // http://bugs.webkit.org/show_bug.cgi?id=16976
|
|
|