Index: chrome/renderer/autofill/autofill_agent.h |
diff --git a/chrome/renderer/autofill/autofill_agent.h b/chrome/renderer/autofill/autofill_agent.h |
index 5c8f83c9502a179e2a311c786f23754ad309fc75..fbe09552d190548603df783e4fc4a3072fdf8d94 100644 |
--- a/chrome/renderer/autofill/autofill_agent.h |
+++ b/chrome/renderer/autofill/autofill_agent.h |
@@ -112,6 +112,7 @@ class AutofillAgent : public content::RenderViewObserver, |
void OnSetAutofillActionPreview(); |
void OnClearPreviewedForm(); |
void OnSetNodeText(const string16& value); |
+ void OnAcceptDataListSuggestion(const string16& value); |
void OnAcceptPasswordAutofillSuggestion(const string16& value); |
// Called in a posted task by textFieldDidChange() to work-around a WebKit bug |