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

Unified Diff: ios/web/web_state/crw_web_view_proxy_impl.mm

Issue 1363633002: Remove deprecated method getKeyboardAccessory. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 months 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
« no previous file with comments | « ios/web/public/web_state/crw_web_view_proxy.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/web_state/crw_web_view_proxy_impl.mm
diff --git a/ios/web/web_state/crw_web_view_proxy_impl.mm b/ios/web/web_state/crw_web_view_proxy_impl.mm
index 51549de33edf19463712a0ae8bc339bc2162257b..931db637ad94ae87dac27499002137ebc2840928 100644
--- a/ios/web/web_state/crw_web_view_proxy_impl.mm
+++ b/ios/web/web_state/crw_web_view_proxy_impl.mm
@@ -138,10 +138,6 @@ UIView* GetFirstResponderSubview(UIView* view) {
return _contentView != nil && [_webController contentIsHTML];
}
-- (UIView*)getKeyboardAccessory {
- return [self keyboardAccessory];
-}
-
- (UIView*)keyboardAccessory {
if (!_contentView)
return nil;
« no previous file with comments | « ios/web/public/web_state/crw_web_view_proxy.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698