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

Unified Diff: ios/chrome/browser/passwords/password_generation_agent_unittest.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/passwords/password_generation_agent_unittest.mm
diff --git a/ios/chrome/browser/passwords/password_generation_agent_unittest.mm b/ios/chrome/browser/passwords/password_generation_agent_unittest.mm
index d96792bef9557e71407ce5b7f6861e69dfb51bc5..e1c8020c46946cf3b768935ab60e1b2fe1bd947a 100644
--- a/ios/chrome/browser/passwords/password_generation_agent_unittest.mm
+++ b/ios/chrome/browser/passwords/password_generation_agent_unittest.mm
@@ -275,8 +275,6 @@ class PasswordGenerationAgentTest : public web::WebTestWithWebState {
fieldName:base::SysNSStringToUTF8(field_name)
type:base::SysNSStringToUTF8(type)
value:""
- keyCode:web::WebStateObserver::
- kInvalidFormKeyCode
inputMissing:false];
}

Powered by Google App Engine
This is Rietveld 408576698