Index: ios/web/public/web_state/crw_web_view_proxy.h |
diff --git a/ios/web/public/web_state/crw_web_view_proxy.h b/ios/web/public/web_state/crw_web_view_proxy.h |
index ca4784134d5aa4ee9e787d75e2b407e133595311..09da935ab444842b3b8980af68af55205563b934 100644 |
--- a/ios/web/public/web_state/crw_web_view_proxy.h |
+++ b/ios/web/public/web_state/crw_web_view_proxy.h |
@@ -66,6 +66,9 @@ |
- (UITextInputAssistantItem*)inputAssistantItem; |
#endif |
+// Wrapper around the becomeFirstResponder method of the webview. |
+- (BOOL)becomeFirstResponder; |
+ |
@end |
#endif // IOS_WEB_PUBLIC_WEB_STATE_CRW_WEB_VIEW_PROXY_H_ |