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

Unified Diff: blimp/common/proto/navigation.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/input.proto ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/common/proto/navigation.proto
diff --git a/blimp/common/proto/navigation.proto b/blimp/common/proto/navigation.proto
index 564e1a482c3939a9ee9f7dc18a9d9ddc2dd9ac00..86270e159ce3b7fe755a1ef5ba0dd2cd21e67f8c 100644
--- a/blimp/common/proto/navigation.proto
+++ b/blimp/common/proto/navigation.proto
@@ -34,6 +34,8 @@ message NavigationStateChangeMessage {
message NavigationMessage {
enum Type {
+ UNKNOWN = 0;
+
// Server => Client types.
NAVIGATION_STATE_CHANGED = 1;
« no previous file with comments | « blimp/common/proto/input.proto ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698