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

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

Issue 1469503002: Add UNKNOWN values to blimp proto enums (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge with master Created 5 years, 1 month 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/blimp_message.proto ('k') | blimp/common/proto/input.proto » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/common/proto/control.proto
diff --git a/blimp/common/proto/control.proto b/blimp/common/proto/control.proto
index f01654b28096147a8899e3d78c52dab1171bd61e..bcb9aaab7ff60f895b75a60ae9544c8d81517bdc 100644
--- a/blimp/common/proto/control.proto
+++ b/blimp/common/proto/control.proto
@@ -10,6 +10,8 @@ option optimize_for = LITE_RUNTIME;
message ControlMessage {
enum Type {
+ UNKNOWN = 0;
+
// Client <=> Server types.
CREATE_TAB = 1;
CLOSE_TAB = 2;
« no previous file with comments | « blimp/common/proto/blimp_message.proto ('k') | blimp/common/proto/input.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698