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

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

Issue 1970463004: Blimp: Add BlobChannel Helium messages and delegate impls. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 7 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/blob_channel.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 4efdd8813036ecced7846ff21ca5d9b1c3491a3f..b0580ef2bbbf4baca2196de9b6fe1302a4b269d2 100644
--- a/blimp/common/proto/blimp_message.proto
+++ b/blimp/common/proto/blimp_message.proto
@@ -23,6 +23,7 @@ syntax = "proto2";
option optimize_for = LITE_RUNTIME;
+import "blob_channel.proto";
import "compositor.proto";
import "ime.proto";
import "input.proto";
@@ -61,6 +62,7 @@ message BlimpMessage {
ProtocolControlMessage protocol_control = 45;
ImeMessage ime = 46;
SettingsMessage settings = 47;
+ BlobChannelMessage blob_channel = 48;
}
}
« no previous file with comments | « blimp/common/proto/BUILD.gn ('k') | blimp/common/proto/blob_channel.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698