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

Unified Diff: content/renderer/render_view_impl.h

Issue 2709813007: Remove WebViewClient::showVirtualKeyboardOnElementFocus() (Closed)
Patch Set: Addressing dcheng@'s comments Created 3 years, 9 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 | content/renderer/render_view_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_view_impl.h
diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h
index a88cdf4217d31256da5c531fc1dbfc42af6e4f13..6dd0d8401fc9b1fe92c120eacce7868769bbbfe5 100644
--- a/content/renderer/render_view_impl.h
+++ b/content/renderer/render_view_impl.h
@@ -279,7 +279,6 @@ class CONTENT_EXPORT RenderViewImpl
void setToolTipText(const blink::WebString&,
blink::WebTextDirection hint) override;
void setTouchAction(blink::WebTouchAction touchAction) override;
- void showVirtualKeyboardOnElementFocus() override;
void showUnhandledTapUIIfNeeded(const blink::WebPoint& tappedPosition,
const blink::WebNode& tappedNode,
bool pageChanged) override;
« no previous file with comments | « no previous file | content/renderer/render_view_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698