Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / components / autofill / content / renderer / form_autofill_util.h
index 0f0f6c2..bedb73b 100644 (file)
@@ -133,12 +133,6 @@ void FillFormIncludingNonFocusableElements(
     const FormData& form_data,
     const blink::WebFormElement& form_element);
 
-// Fills all (including disabled, read-only and non-focusable) form control
-// elements within |form_element| with field data from |form_data|.
-void FillFormForAllElements(
-    const FormData& form_data,
-    const blink::WebFormElement& form_element);
-
 // Previews the form represented by |form|.  |element| is the input element that
 // initiated the preview process.
 void PreviewForm(const FormData& form,