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

Unified Diff: ui/base/ime/text_input_mode.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: ui/base/ime/text_input_mode.h
diff --git a/ui/base/ime/text_input_mode.h b/ui/base/ime/text_input_mode.h
index 1344f6108c4849122135ea82e772b4733be624f8..bf624d374764fa3e028a4d918003f1fa6cbb8274 100644
--- a/ui/base/ime/text_input_mode.h
+++ b/ui/base/ime/text_input_mode.h
@@ -17,6 +17,7 @@ enum TextInputMode {
TEXT_INPUT_MODE_LATIN_PROSE,
TEXT_INPUT_MODE_FULL_WIDTH_LATIN,
TEXT_INPUT_MODE_KANA,
+ TEXT_INPUT_MODE_KANA_NAME,
TEXT_INPUT_MODE_KATAKANA,
TEXT_INPUT_MODE_NUMERIC,
TEXT_INPUT_MODE_TEL,

Powered by Google App Engine
This is Rietveld 408576698