Files
brave-core/patches/components-autofill-core-browser-ui-autofill_external_delegate.cc.patch
T

13 lines
794 B
Diff

diff --git a/components/autofill/core/browser/ui/autofill_external_delegate.cc b/components/autofill/core/browser/ui/autofill_external_delegate.cc
index eb93b430d0fb50304c000fc1841da74c778599a9..0a80e67a1bbb160eb6bd0ddfec5a93ae85b466ae 100644
--- a/components/autofill/core/browser/ui/autofill_external_delegate.cc
+++ b/components/autofill/core/browser/ui/autofill_external_delegate.cc
@@ -341,6 +341,7 @@ void AutofillExternalDelegate::AttemptToDisplayAutofillSuggestions(
// updated to match.
InsertDataListValues(suggestions);
+ BRAVE_AUTOFILL_EXTERNAL_DELEGATE_ATTEMPT_TO_DISPLAY_AUTOFILL_SUGGESTIONS
// TODO(crbug.com/362630793): Try to eliminate this state. The controller
// should be the one that knows about what suggestions were shown and passes
// it on, not AED.