| Index: components/autofill/content/renderer/autofill_agent.h
|
| diff --git a/components/autofill/content/renderer/autofill_agent.h b/components/autofill/content/renderer/autofill_agent.h
|
| index ab8653b31f9e6b7bb7d4a38947ece94ea890fbe0..6072eda6290583c3dd853f5803c3c33edaf83ce7 100644
|
| --- a/components/autofill/content/renderer/autofill_agent.h
|
| +++ b/components/autofill/content/renderer/autofill_agent.h
|
| @@ -184,8 +184,7 @@ class AutofillAgent : public content::RenderFrameObserver,
|
|
|
| // Queries the browser for Autocomplete and Autofill suggestions for the given
|
| // |element|.
|
| - void QueryAutofillSuggestions(const blink::WebFormControlElement& element,
|
| - bool datalist_only);
|
| + void QueryAutofillSuggestions(const blink::WebFormControlElement& element);
|
|
|
| // Sets the element value to reflect the selected |suggested_value|.
|
| void AcceptDataListSuggestion(const base::string16& suggested_value);
|
|
|