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

Unified Diff: third_party/cacheinvalidation/src/proto/channel_common.proto

Issue 1246033002: Roll cacheinvalidation to 20150720 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 months 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: third_party/cacheinvalidation/src/proto/channel_common.proto
diff --git a/third_party/cacheinvalidation/src/proto/channel_common.proto b/third_party/cacheinvalidation/src/proto/channel_common.proto
index c68ac74ba36236d8ee4c6054e05f97795c2ab29a..b1feb8a2002c35cbc2ac295cf59dadca9946c450 100644
--- a/third_party/cacheinvalidation/src/proto/channel_common.proto
+++ b/third_party/cacheinvalidation/src/proto/channel_common.proto
@@ -31,7 +31,7 @@ option java_package = "com.google.protos.ipc.invalidation";
message ChannelMessageEncoding {
- // What kind of encoding is used for network_message
+ // What kind of encoding is used for network_message
enum MessageEncoding {
// Raw proto encoding
PROTOBUF_BINARY_FORMAT = 1;
@@ -40,6 +40,7 @@ message ChannelMessageEncoding {
}
message NetworkEndpointId {
+ // Identifies which sender/receiver the gateway uses.
enum NetworkAddress {
TEST = 1; // A delivery service for testing

Powered by Google App Engine
This is Rietveld 408576698