Index: chrome/renderer/autofill/form_autofill_util.h |
diff --git a/chrome/renderer/autofill/form_autofill_util.h b/chrome/renderer/autofill/form_autofill_util.h |
index b63424f502b2d247904dc38f6327f75404d64046..8564b4ab37a097ec67292324eacfaf131db0af7a 100644 |
--- a/chrome/renderer/autofill/form_autofill_util.h |
+++ b/chrome/renderer/autofill/form_autofill_util.h |
@@ -98,6 +98,10 @@ bool FindFormAndFieldForInputElement(const WebKit::WebInputElement& element, |
void FillForm(const FormData& form, |
const WebKit::WebInputElement& element); |
+void FillFormField(const FormFieldData& data, |
+ bool is_initiating_node, |
+ WebKit::WebFormControlElement* field); |
+ |
// Previews the form represented by |form|. |element| is the input element that |
// initiated the preview process. |
void PreviewForm(const FormData& form, |