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

Unified Diff: content/renderer/render_widget.h

Issue 2422663002: Define WebTextInputMode as a enum in the public API. (Closed)
Patch Set: git cl format 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
Index: content/renderer/render_widget.h
diff --git a/content/renderer/render_widget.h b/content/renderer/render_widget.h
index 7a449da02c131ed2c9a67a23855f9918938ce64a..9576b37e32cd755a8aed4f9f4fd1185e5a3b0eda 100644
--- a/content/renderer/render_widget.h
+++ b/content/renderer/render_widget.h
@@ -294,8 +294,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

Powered by Google App Engine
This is Rietveld 408576698