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

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

Issue 1492643003: [Blimp Net] Add EngineAuthHandler. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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/blimp_message.proto
diff --git a/blimp/common/proto/blimp_message.proto b/blimp/common/proto/blimp_message.proto
index 505e0f44f138852ba825d5c4fcc1ef32aa24c7fb..8584fb0e4cb5321136b8ca9ea4b9e7f4c49aa3a1 100644
--- a/blimp/common/proto/blimp_message.proto
+++ b/blimp/common/proto/blimp_message.proto
@@ -39,6 +39,7 @@ message BlimpMessage {
RENDER_WIDGET = 3;
INPUT = 4;
COMPOSITOR = 5;
+ START_CONNECTION = 6;
}
// Identifies the feature type of this message.
// The feature-specific contents are contained in optional fields of the same
@@ -64,5 +65,6 @@ message BlimpMessage {
optional RenderWidgetMessage render_widget = 1002;
optional InputMessage input = 1003;
optional CompositorMessage compositor = 1004;
+ optional StartConnectionMessage start_connection = 1005;
Wez 2015/12/02 01:52:52 Let's either move these into a general "protocol c
haibinlu 2015/12/03 01:53:15 Done.
}

Powered by Google App Engine
This is Rietveld 408576698