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

Unified Diff: third_party/WebKit/Source/core/editing/InputModeNames.in

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
Index: third_party/WebKit/Source/core/editing/InputModeNames.in
diff --git a/third_party/WebKit/Source/core/editing/InputModeNames.in b/third_party/WebKit/Source/core/editing/InputModeNames.in
new file mode 100644
index 0000000000000000000000000000000000000000..8e67fb7a5e1eae7aaf056f6a9b9b6eba32e0067b
--- /dev/null
+++ b/third_party/WebKit/Source/core/editing/InputModeNames.in
@@ -0,0 +1,15 @@
+namespace="InputMode"
+export="CORE_EXPORT"
+
+verbatim
+latin
+latin-name
+latin-prose
+full-width-latin
+kana
+kana-name
+katakana
+numeric
+tel
+email
+url

Powered by Google App Engine
This is Rietveld 408576698