| Index: ios/chrome/browser/autofill/autofill_agent.mm
|
| diff --git a/ios/chrome/browser/autofill/autofill_agent.mm b/ios/chrome/browser/autofill/autofill_agent.mm
|
| index 1b95bf5a80d07db638437b71745aeee2fb408d10..b716c4a624d26cdc8bd3b346267cb29c637f92a7 100644
|
| --- a/ios/chrome/browser/autofill/autofill_agent.mm
|
| +++ b/ios/chrome/browser/autofill/autofill_agent.mm
|
| @@ -693,7 +693,6 @@ void GetFormAndField(autofill::FormData* form,
|
| fieldName:(const std::string&)fieldName
|
| type:(const std::string&)type
|
| value:(const std::string&)value
|
| - keyCode:(int)keyCode
|
| inputMissing:(BOOL)inputMissing {
|
| if (!browserState_->GetPrefs()->GetBoolean(autofill::prefs::kAutofillEnabled))
|
| return;
|
|
|