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

Unified Diff: ios/web/public/web_state/crw_web_view_proxy.h

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 | « no previous file | ios/web/web_state/crw_web_view_proxy_impl.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 850325c3d7a9ba9a15096da04bc4397635c064dd..acb0f7a425d129d7524372a71bf0920a38f42b12 100644
--- a/ios/web/public/web_state/crw_web_view_proxy.h
+++ b/ios/web/public/web_state/crw_web_view_proxy.h
@@ -49,11 +49,6 @@
- (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;
// Returns the currently visible keyboard input assistant item, or nil. Only
« no previous file with comments | « no previous file | ios/web/web_state/crw_web_view_proxy_impl.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698