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

Unified Diff: third_party/cacheinvalidation/src/proto/client_protocol.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
« no previous file with comments | « third_party/cacheinvalidation/src/proto/channel_common.proto ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/cacheinvalidation/src/proto/client_protocol.proto
diff --git a/third_party/cacheinvalidation/src/proto/client_protocol.proto b/third_party/cacheinvalidation/src/proto/client_protocol.proto
index dabbc0541929da6cb33efb2bb6d12ef7621344ca..bc531dec4d08af46884a8ff89969bc00d0e185ea 100644
--- a/third_party/cacheinvalidation/src/proto/client_protocol.proto
+++ b/third_party/cacheinvalidation/src/proto/client_protocol.proto
@@ -211,11 +211,6 @@ message InvalidationP {
// Optional payload associated with this invalidation.
optional bytes payload = 4;
-
- // DEPRECATED: bridge arrival time is now maintained by
- // InvalidationMetadataP in the SourcedInvalidation, InvalidationContents and
- // ClientInvalidation containers.
- optional int64 bridge_arrival_time_ms_deprecated = 5 [deprecated=true];
}
// Specifies the intention to change a registration on a specific object. To
« no previous file with comments | « third_party/cacheinvalidation/src/proto/channel_common.proto ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698