0

Remove deprecated method getKeyboardAccessory.

BUG=

Review URL: https://codereview.chromium.org/1363633002

Cr-Commit-Position: refs/heads/master@{#350255}
This commit is contained in:
jdonnelly
2015-09-22 15:15:45 -07:00
committed by Commit bot
parent c8c06bd814
commit f9eebe001b
2 changed files with 0 additions and 9 deletions
ios/web

@ -48,11 +48,6 @@
// Returns YES if it makes sense to search for text right now.
- (BOOL)hasSearchableTextContent;
// Returns the currently visible keyboard accessory, or nil.
// TODO(jdonnelly): Remove this once downstream code is updated to use
// keyboardAccessory.
- (UIView*)getKeyboardAccessory;
// Returns the currently visible keyboard accessory, or nil.
- (UIView*)keyboardAccessory;

@ -138,10 +138,6 @@ UIView* GetFirstResponderSubview(UIView* view) {
return _contentView != nil && [_webController contentIsHTML];
}
- (UIView*)getKeyboardAccessory {
return [self keyboardAccessory];
}
- (UIView*)keyboardAccessory {
if (!_contentView)
return nil;