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

Unified Diff: blimp/common/proto/ime.proto

Issue 2393043004: Blimp: IME should submit form with text (Closed)
Patch Set: dtrainor@ comments 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: blimp/common/proto/ime.proto
diff --git a/blimp/common/proto/ime.proto b/blimp/common/proto/ime.proto
index d40c1edc3e4e6c554c1ac5dc23737b5304524de8..3df36f3f77bad7e307c3e524e644f829f82fdbf7 100644
--- a/blimp/common/proto/ime.proto
+++ b/blimp/common/proto/ime.proto
@@ -48,4 +48,5 @@ message ImeMessage {
optional Type type = 2 [default = UNKNOWN];
optional InputType text_input_type = 3;
optional string ime_text = 4;
+ optional bool auto_submit = 5;
}
« no previous file with comments | « blimp/client/core/contents/mock_ime_feature_delegate.h ('k') | blimp/engine/browser_tests/input_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698