| Index: components/autofill/content/renderer/form_autofill_util.h
|
| diff --git a/components/autofill/content/renderer/form_autofill_util.h b/components/autofill/content/renderer/form_autofill_util.h
|
| index 0f0f6c2e134ba13cfde638658a9925f5056605d8..bedb73be0ae64078550daae50bf004a2d16fcdab 100644
|
| --- a/components/autofill/content/renderer/form_autofill_util.h
|
| +++ b/components/autofill/content/renderer/form_autofill_util.h
|
| @@ -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,
|
|
|