| Index: components/autofill/browser/autofill_external_delegate.cc
|
| diff --git a/components/autofill/browser/autofill_external_delegate.cc b/components/autofill/browser/autofill_external_delegate.cc
|
| index 4eebce72731e9708d7802215e6a5a99cfa2a5a71..a4de3813bb48fa97e57c94d85b05da1a5f6e3e4c 100644
|
| --- a/components/autofill/browser/autofill_external_delegate.cc
|
| +++ b/components/autofill/browser/autofill_external_delegate.cc
|
| @@ -389,4 +389,9 @@ void AutofillExternalDelegate::Observe(
|
| }
|
| }
|
|
|
| +bool AutofillExternalDelegate::ShouldSaveFormData(
|
| + content::WebContents* web_contents) {
|
| + return true;
|
| +}
|
| +
|
| } // namespace autofill
|
|
|