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

Unified Diff: ios/web/web_state/web_state_impl.h

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/web/web_state/web_state_impl.h
diff --git a/ios/web/web_state/web_state_impl.h b/ios/web/web_state/web_state_impl.h
index e511ffd1d134604450890c3e51b89bf05da18d4d..cb86de42c6f350281229afe16e629539f9ba020c 100644
--- a/ios/web/web_state/web_state_impl.h
+++ b/ios/web/web_state/web_state_impl.h
@@ -114,7 +114,6 @@ class WebStateImpl : public WebState, public NavigationManagerDelegate {
const std::string& field_name,
const std::string& type,
const std::string& value,
- int key_code,
bool input_missing);
// Called when new FaviconURL candidates are received.

Powered by Google App Engine
This is Rietveld 408576698