Removed unused options in AutofillAgent::ShowSuggestionsOptions
I noticed while working on something else that AutofillAgent::ShowSuggestionsOptions's datalist_only is never referenced, and show_password_suggestions_only is referenced but never set. This change deletes both bits of dead code. These were initially added back in 2014 via https://codereview.chromium.org/753393004/diff/60001/components/autofill/content/renderer/autofill_agent.h Apparently the code has shifted since then to render them unused. Bug: 1127443 Change-Id: I52edd4864bc7441cdada2cd018073f5881b586db Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2406167Reviewed-by:Evan Stade <estade@chromium.org> Commit-Queue: Dan Clark <daniec@microsoft.com> Cr-Commit-Position: refs/heads/master@{#806355}
Showing
Please register or sign in to comment