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

Unified Diff: content/renderer/render_widget.h

Issue 2422663002: Define WebTextInputMode as a enum in the public API. (Closed)
Patch Set: Rebase Created 4 years, 2 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 | « content/child/assert_matching_enums.cc ('k') | content/renderer/render_widget.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_widget.h
diff --git a/content/renderer/render_widget.h b/content/renderer/render_widget.h
index d56ee0665f8483dda1a3eb9078116b2f703ed247..8f2abdad92d3b4a592115b30a43dd0f530da243e 100644
--- a/content/renderer/render_widget.h
+++ b/content/renderer/render_widget.h
@@ -291,8 +291,6 @@ class CONTENT_EXPORT RenderWidget
// Override point to obtain that the current input method state and caret
// position.
virtual ui::TextInputType GetTextInputType();
- virtual ui::TextInputType WebKitToUiTextInputType(
- blink::WebTextInputType type);
#if defined(OS_ANDROID)
// Notifies that a tap was not consumed, so showing a UI for the unhandled
« no previous file with comments | « content/child/assert_matching_enums.cc ('k') | content/renderer/render_widget.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698