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 1f88ff0338be1cf631e50f47e901fcd032ee1801..3803e247dd36d1be5d47711a535d70fe57d43ebf 100644 |
--- a/components/autofill/core/browser/autofill_external_delegate.h |
+++ b/components/autofill/core/browser/autofill_external_delegate.h |
@@ -42,6 +42,10 @@ class AutofillExternalDelegate : public AutofillPopupDelegate { |
int identifier) override; |
void DidAcceptSuggestion(const base::string16& value, |
int identifier) override; |
+ bool GetDeletionConfirmationText(const base::string16& value, |
+ int identifier, |
+ base::string16* title, |
+ base::string16* body) override; |
bool RemoveSuggestion(const base::string16& value, int identifier) override; |
void ClearPreviewedForm() override; |