Index: third_party/cacheinvalidation/src/proto/android_channel.proto |
diff --git a/third_party/cacheinvalidation/src/proto/android_channel.proto b/third_party/cacheinvalidation/src/proto/android_channel.proto |
index e4a92f595773b32a0025880968e81e7eae5e2b38..8f45997e715fd45d36f0436929e29d939a4c3432 100644 |
--- a/third_party/cacheinvalidation/src/proto/android_channel.proto |
+++ b/third_party/cacheinvalidation/src/proto/android_channel.proto |
@@ -35,6 +35,7 @@ import "client_protocol.proto"; |
// channel version controls the expected envelope syntax and semantics of |
// http and c2dm messages sent between the client and server. |
enum MajorVersion { |
+ option allow_alias = true; |
// The initial version of the android channel protocol. Inbound and |
// outbound channel packets contained a single binary protocol message only. |