Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(39)

Unified Diff: ios/chrome/browser/autofill/autofill_agent.mm

Issue 2593283002: [ios] Removed keyCode from FormActivityRegistered API. (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698