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

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

Issue 1779673003: Added network components for blimp text input feature (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge origin/master Created 4 years, 9 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
« no previous file with comments | « blimp/common/proto/BUILD.gn ('k') | blimp/common/proto/ime.proto » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/common/proto/blimp_message.proto
diff --git a/blimp/common/proto/blimp_message.proto b/blimp/common/proto/blimp_message.proto
index db73e03c5a1a29863793fe70a85c022d516e76ba..4618a4fcabeddf7e1a7fecf025568cdf7d0295ab 100644
--- a/blimp/common/proto/blimp_message.proto
+++ b/blimp/common/proto/blimp_message.proto
@@ -24,6 +24,7 @@ syntax = "proto2";
option optimize_for = LITE_RUNTIME;
import "compositor.proto";
+import "ime.proto";
import "input.proto";
import "navigation.proto";
import "render_widget.proto";
@@ -41,6 +42,7 @@ message BlimpMessage {
INPUT = 4;
COMPOSITOR = 5;
PROTOCOL_CONTROL = 6;
+ IME = 7;
}
// Sequence number of this message, used for message acknowledgement.
@@ -74,5 +76,6 @@ message BlimpMessage {
optional InputMessage input = 1003;
optional CompositorMessage compositor = 1004;
optional ProtocolControlMessage protocol_control = 1005;
+ optional ImeMessage ime = 1006;
}
« no previous file with comments | « blimp/common/proto/BUILD.gn ('k') | blimp/common/proto/ime.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698