Index: components/autofill/core/browser/autofill_external_delegate.h |
diff --git a/components/autofill/core/browser/autofill_external_delegate.h b/components/autofill/core/browser/autofill_external_delegate.h |
index 45ab4c288a57c1d5499444f95ad37c326bab78f1..24bc816fba8ca82c485e486edea52625f3323871 100644 |
--- a/components/autofill/core/browser/autofill_external_delegate.h |
+++ b/components/autofill/core/browser/autofill_external_delegate.h |
@@ -109,7 +109,9 @@ class AutofillExternalDelegate : public AutofillPopupDelegate { |
void ApplyAutofillOptions(std::vector<Suggestion>* suggestions); |
// Insert the data list values at the start of the given list, including |
- // any required separators. |
+ // any required separators. Will also go through |suggestions| and remove |
+ // duplicate autocomplete (not Autofill) suggestions, keeping their datalist |
+ // version. |
void InsertDataListValues(std::vector<Suggestion>* suggestions); |
AutofillManager* manager_; // weak. |