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

Unified Diff: blimp/common/proto/input.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/control.proto ('k') | blimp/common/proto/navigation.proto » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/common/proto/input.proto
diff --git a/blimp/common/proto/input.proto b/blimp/common/proto/input.proto
index 8e793e787c051d33977f39ff6cc796b64cafb9f3..bc05dd36edfaccc456c625a6fd43bf2ec0b2b3f0 100644
--- a/blimp/common/proto/input.proto
+++ b/blimp/common/proto/input.proto
@@ -27,6 +27,7 @@ message DragArgs {
message InputMessage {
enum Type {
+ UNKNOWN = 0;
CLICK = 1;
DRAG = 2;
}
« no previous file with comments | « blimp/common/proto/control.proto ('k') | blimp/common/proto/navigation.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698