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

Unified Diff: content/common/view_messages.h

Issue 720313004: Add autocapitalize support to IME support. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 5 years, 11 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/common/view_messages.h
diff --git a/content/common/view_messages.h b/content/common/view_messages.h
index c25a93dc60b0fa5881eb26ed1a632a1fc960d427..0f5e509e5feefe5397c3dbbe366283f602873294 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -365,6 +365,9 @@ IPC_STRUCT_BEGIN(ViewHostMsg_TextInputState_Params)
// The type of input field
IPC_STRUCT_MEMBER(ui::TextInputType, type)
+ // The mode of the input field (verbatim, latin-name, etc.)
+ IPC_STRUCT_MEMBER(int, mode)
+
// The flags of the input field (autocorrect, autocomplete, etc.)
IPC_STRUCT_MEMBER(int, flags)

Powered by Google App Engine
This is Rietveld 408576698